Html Css Color HEX #96ED33 Green Yellow

📋 copy color: '#96ED33'

red 150 ◦ green 237 ◦ blue 51

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

Shades of Green Yellow #96ED33

Tints of Green Yellow #96ED33

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.11%

 BLUE value IS 51 (20.31% from 255) = 11.64%

R = 34.25%
G = 54.11%
B = 11.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#96ED33 (or 0x96ED33) is known color: Green Yellow. HEX triplet: 96, ED and 33. RGB value is (150,237,51). Sum of RGB (Red+Green+Blue) = 150+237+51=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96ED33 is #6912CC. Grayscale: #BEBEBE. Windows color (decimal): -6886093 or 3403158. OLE color: 3403158.

HSL color Cylindrical-coordinate representation of color #96ED33: hue angle of 88.06º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96ED33 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 51 -
CMYK 0.37 0 0.78 0.07
HSL 88.06º 0.84% 0.56% -
HSV(B) 88.06º 0.78% 0.93% -
XYZ 43.46 67.29 13.83 -
YUV 189.78 49.68 99.62 -
System Red Green Blue C M Y K H S L
Decimal 150 237 51 0.37 0 0.78 0.07 88.06 0.84 0.56
Hex 96 ED 33 25 0 4E 7 58 54 38
Octal 226 355 63 45 0 116 7 130 124 70
Binary 10010110 11101101 110011 100101 0 1001110 111 1011000 1010100 111000

Color Harmonies of #96ED33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED33

Black with #96ED33

Text Example


Text Example

White with #96ED33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,51); }

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

background-color css

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

 a { background-color: rgb(150,237,51); }

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

border-color css

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

 span { border-color: rgb(150,237,51); }

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