Html Css Color HEX #96CF34 Yellow Green

📋 copy color: '#96CF34'

red 150 ◦ green 207 ◦ blue 52

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

Shades of Yellow Green #96CF34

Tints of Yellow Green #96CF34

RGB

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

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

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

R = 36.67%
G = 50.61%
B = 12.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#96CF34 (or 0x96CF34) is known color: Yellow Green. HEX triplet: 96, CF and 34. RGB value is (150,207,52). Sum of RGB (Red+Green+Blue) = 150+207+52=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF34 is #6930CB. Grayscale: #ACACAC. Windows color (decimal): -6893772 or 3461014. OLE color: 3461014.

HSL color Cylindrical-coordinate representation of color #96CF34: hue angle of 82.06º degrees, saturation: 0.62, 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 #96CF34 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 52 -
CMYK 0.28 0 0.75 0.19
HSL 82.06º 0.62% 0.51% -
HSV(B) 82.06º 0.75% 0.81% -
XYZ 35.51 51.36 11.29 -
YUV 172.29 60.12 112.1 -
System Red Green Blue C M Y K H S L
Decimal 150 207 52 0.28 0 0.75 0.19 82.06 0.62 0.51
Hex 96 CF 34 1C 0 4B 13 52 3E 33
Octal 226 317 64 34 0 113 23 122 76 63
Binary 10010110 11001111 110100 11100 0 1001011 10011 1010010 111110 110011

Color Harmonies of #96CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF34

Black with #96CF34

Text Example


Text Example

White with #96CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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