Html Css Color HEX #96CE34 Yellow Green

📋 copy color: '#96CE34'

red 150 ◦ green 206 ◦ blue 52

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

Shades of Yellow Green #96CE34

Tints of Yellow Green #96CE34

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

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

R = 36.76%
G = 50.49%
B = 12.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#96CE34 (or 0x96CE34) is known color: Yellow Green. HEX triplet: 96, CE and 34. RGB value is (150,206,52). Sum of RGB (Red+Green+Blue) = 150+206+52=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE34 is #6931CB. Grayscale: #ACACAC. Windows color (decimal): -6894028 or 3460758. OLE color: 3460758.

HSL color Cylindrical-coordinate representation of color #96CE34: hue angle of 81.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96CE34 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 52 -
CMYK 0.27 0 0.75 0.19
HSL 81.82º 0.61% 0.51% -
HSV(B) 81.82º 0.75% 0.81% -
XYZ 35.27 50.87 11.21 -
YUV 171.7 60.45 112.52 -
System Red Green Blue C M Y K H S L
Decimal 150 206 52 0.27 0 0.75 0.19 81.82 0.61 0.51
Hex 96 CE 34 1B 0 4B 13 52 3D 33
Octal 226 316 64 33 0 113 23 122 75 63
Binary 10010110 11001110 110100 11011 0 1001011 10011 1010010 111101 110011

Color Harmonies of #96CE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE34

Black with #96CE34

Text Example


Text Example

White with #96CE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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