#96CF05

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

Shades of Citrus #96CF05

Tints of Citrus #96CF05

Color information

#96CF05 (or 0x96CF05) is unknown color: approx Citrus. HEX triplet: 96, CF and 05. RGB value is (150,207,5). Sum of RGB (Red+Green+Blue) = 150+207+5=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CF05 is #6930FA. Grayscale: #A7A7A7. Windows color (decimal): -6893819 or 380822. OLE color: 380822.

HSL color Cylindrical-coordinate representation of color #96CF05: hue angle of 76.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96CF05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB1502075-
CMYK0.2800.980.19
HSL76.93º95.28%41.57%-
HSV(B)76.93º97.58%81.18%-
XYZ34.9251.128.17-
YUV166.9336.62115.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 207 (81.25% from 255) = 57.18%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=41.44%
G=57.18%
B=1.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15020750.2800.980.1976.9395.2841.57
Hex96CF51C062134d5f2a
Octal22631753401422311513752
Binary100101101100111110111100011000101001110011011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CF05; }

 p { color: rgb(150,207,5); }

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

<style>
 a { background-color: #96CF05; }

 a { background-color: rgb(150,207,5); }

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

<style>
 span { border-color: #96CF05; }

 span { border-color: rgb(150,207,5); }

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