Html Css Color HEX #96D010 Citrus

📋 copy color: '#96D010'

red 150 ◦ green 208 ◦ blue 16

#96D010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #96D010

Tints of Citrus #96D010

RGB

 RED value IS 150 (58.98% from 255) = 40.11%

 GREEN value IS 208 (81.64% from 255) = 55.61%

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 40.11%
G = 55.61%
B = 4.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#96D010 (or 0x96D010) is known color: Citrus. HEX triplet: 96, D0 and 10. RGB value is (150,208,16). Sum of RGB (Red+Green+Blue) = 150+208+16=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #96D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D010 is #692FEF. Grayscale: #A9A9A9. Windows color (decimal): -6893552 or 1101974. OLE color: 1101974.

HSL color Cylindrical-coordinate representation of color #96D010: hue angle of 78.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96D010 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 16 -
CMYK 0.28 0 0.92 0.18
HSL 78.12º 0.86% 0.44% -
HSV(B) 78.12º 0.92% 0.82% -
XYZ 35.23 51.63 8.6 -
YUV 168.77 41.78 114.61 -
System Red Green Blue C M Y K H S L
Decimal 150 208 16 0.28 0 0.92 0.18 78.12 0.86 0.44
Hex 96 D0 10 1C 0 5C 12 4E 56 2C
Octal 226 320 20 34 0 134 22 116 126 54
Binary 10010110 11010000 10000 11100 0 1011100 10010 1001110 1010110 101100

Color Harmonies of #96D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D010

Black with #96D010

Text Example


Text Example

White with #96D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,16); }

 H1.HeaderClassName
 {
   color: #96D010;
 }
 .AnyTagClassName
 {
   color: #96D010;
 }
</style>

background-color css

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

 a { background-color: rgb(150,208,16); }

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

border-color css

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

 span { border-color: rgb(150,208,16); }

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