#95cd04

Color #95CD04 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #95CD04

Tints of Citrus #95CD04

Color information

#95CD04 (or 0x95CD04) is unknown color: approx Citrus. HEX triplet: 95, CD and 04. RGB value is (149,205,4). Sum of RGB (Red+Green+Blue) = 149+205+4=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CD04 is #6A32FB. Grayscale: #A6A6A6. Windows color (decimal): -6959868 or 314773. OLE color: 314773.

HSL color Cylindrical-coordinate representation of color #95CD04: hue angle of 76.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95CD04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB1492054-
CMYK0.2700.980.20
HSL76.72º96.17%40.98%-
HSV(B)76.72º98.05%80.39%-
XYZ34.2550.067.97-
YUV165.3436.95116.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 205 (80.47% from 255) = 57.26%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=41.62%
G=57.26%
B=1.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal14920540.2700.980.2076.7296.1740.98
Hex95CD41B062144d6029
Octal22531543301422411514051
Binary100101011100110110011011011000101010010011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95cd04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95cd04; }

 p { color: rgb(149,205,4); }

 H1.HeaderClassName
 {
   color: #95cd04;
 }
 .AnyTagClassName
 {
   color: #95cd04;
 }
</style>
background-color css

<style>
 a { background-color: #95cd04; }

 a { background-color: rgb(149,205,4); }

 div.DivClassName
 {
   background-color: #95cd04;
 }
 .BgClassName
 {
   background-color: #95cd04;
 }
</style>
border-color css

<style>
 span { border-color: #95cd04; }

 span { border-color: rgb(149,205,4); }

 td.TdClassName
 {
   border-color: #95cd04;
 }
 .TagClassName
 {
   border-color: #95cd04;
 }
</style>