Html Css Color HEX #96ED34 Green Yellow

📋 copy color: '#96ED34'

red 150 ◦ green 237 ◦ blue 52

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

Shades of Green Yellow #96ED34

Tints of Green Yellow #96ED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 34.17%
G = 53.99%
B = 11.85%

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

#96ED34 (or 0x96ED34) is known color: Green Yellow. HEX triplet: 96, ED and 34. RGB value is (150,237,52). Sum of RGB (Red+Green+Blue) = 150+237+52=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96ED34 is #6912CB. Grayscale: #BEBEBE. Windows color (decimal): -6886092 or 3468694. OLE color: 3468694.

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

Color convert

RGB 150 237 52 -
CMYK 0.37 0 0.78 0.07
HSL 88.22º 0.84% 0.57% -
HSV(B) 88.22º 0.78% 0.93% -
XYZ 43.48 67.3 13.95 -
YUV 189.9 50.18 99.54 -
System Red Green Blue C M Y K H S L
Decimal 150 237 52 0.37 0 0.78 0.07 88.22 0.84 0.57
Hex 96 ED 34 25 0 4E 7 58 54 39
Octal 226 355 64 45 0 116 7 130 124 71
Binary 10010110 11101101 110100 100101 0 1001110 111 1011000 1010100 111001

Color Harmonies of #96ED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED34

Black with #96ED34

Text Example


Text Example

White with #96ED34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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