Html Css Color HEX #96CF18 Yellow Green

📋 copy color: '#96CF18'

red 150 ◦ green 207 ◦ blue 24

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

Shades of Yellow Green #96CF18

Tints of Yellow Green #96CF18

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.33%

 BLUE value IS 24 (9.77% from 255) = 6.3%

R = 39.37%
G = 54.33%
B = 6.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#96CF18 (or 0x96CF18) is known color: Yellow Green. HEX triplet: 96, CF and 18. RGB value is (150,207,24). Sum of RGB (Red+Green+Blue) = 150+207+24=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CF18 is #6930E7. Grayscale: #A9A9A9. Windows color (decimal): -6893800 or 1626006. OLE color: 1626006.

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

Color convert

RGB 150 207 24 -
CMYK 0.28 0 0.88 0.19
HSL 78.69º 0.79% 0.45% -
HSV(B) 78.69º 0.88% 0.81% -
XYZ 35.06 51.18 8.89 -
YUV 169.1 46.12 114.38 -
System Red Green Blue C M Y K H S L
Decimal 150 207 24 0.28 0 0.88 0.19 78.69 0.79 0.45
Hex 96 CF 18 1C 0 58 13 4F 4F 2D
Octal 226 317 30 34 0 130 23 117 117 55
Binary 10010110 11001111 11000 11100 0 1011000 10011 1001111 1001111 101101

Color Harmonies of #96CF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF18

Black with #96CF18

Text Example


Text Example

White with #96CF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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