Html Css Color HEX #96EF2C Green Yellow

📋 copy color: '#96EF2C'

red 150 ◦ green 239 ◦ blue 44

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

Shades of Green Yellow #96EF2C

Tints of Green Yellow #96EF2C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.2%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 34.64%
G = 55.2%
B = 10.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#96EF2C (or 0x96EF2C) is known color: Green Yellow. HEX triplet: 96, EF and 2C. RGB value is (150,239,44). Sum of RGB (Red+Green+Blue) = 150+239+44=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EF2C is #6910D3. Grayscale: #BEBEBE. Windows color (decimal): -6885588 or 2944918. OLE color: 2944918.

HSL color Cylindrical-coordinate representation of color #96EF2C: hue angle of 87.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96EF2C is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 44 -
CMYK 0.37 0 0.82 0.06
HSL 87.38º 0.86% 0.55% -
HSV(B) 87.38º 0.82% 0.94% -
XYZ 43.9 68.4 13.27 -
YUV 190.16 45.51 99.36 -
System Red Green Blue C M Y K H S L
Decimal 150 239 44 0.37 0 0.82 0.06 87.38 0.86 0.55
Hex 96 EF 2C 25 0 52 6 57 56 37
Octal 226 357 54 45 0 122 6 127 126 67
Binary 10010110 11101111 101100 100101 0 1010010 110 1010111 1010110 110111

Color Harmonies of #96EF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EF2C

Black with #96EF2C

Text Example


Text Example

White with #96EF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,239,44); }

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

background-color css

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

 a { background-color: rgb(150,239,44); }

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

border-color css

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

 span { border-color: rgb(150,239,44); }

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