Html Css Color HEX #96CF2F Yellow Green

📋 copy color: '#96CF2F'

red 150 ◦ green 207 ◦ blue 47

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

Shades of Yellow Green #96CF2F

Tints of Yellow Green #96CF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 37.13%
G = 51.24%
B = 11.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#96CF2F (or 0x96CF2F) is known color: Yellow Green. HEX triplet: 96, CF and 2F. RGB value is (150,207,47). Sum of RGB (Red+Green+Blue) = 150+207+47=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF2F is #6930D0. Grayscale: #ACACAC. Windows color (decimal): -6893777 or 3133334. OLE color: 3133334.

HSL color Cylindrical-coordinate representation of color #96CF2F: hue angle of 81.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96CF2F is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 47 -
CMYK 0.28 0 0.77 0.19
HSL 81.38º 0.63% 0.5% -
HSV(B) 81.38º 0.77% 0.81% -
XYZ 35.4 51.31 10.73 -
YUV 171.72 57.62 112.51 -
System Red Green Blue C M Y K H S L
Decimal 150 207 47 0.28 0 0.77 0.19 81.38 0.63 0.5
Hex 96 CF 2F 1C 0 4D 13 51 3F 32
Octal 226 317 57 34 0 115 23 121 77 62
Binary 10010110 11001111 101111 11100 0 1001101 10011 1010001 111111 110010

Color Harmonies of #96CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF2F

Black with #96CF2F

Text Example


Text Example

White with #96CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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