Html Css Color HEX #96ED53 Conifer

📋 copy color: '#96ED53'

red 150 ◦ green 237 ◦ blue 83

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

Shades of Conifer #96ED53

Tints of Conifer #96ED53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.66%

R = 31.91%
G = 50.43%
B = 17.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#96ED53 (or 0x96ED53) is known color: Conifer. HEX triplet: 96, ED and 53. RGB value is (150,237,83). Sum of RGB (Red+Green+Blue) = 150+237+83=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED53 is #6912AC. Grayscale: #C1C1C1. Windows color (decimal): -6886061 or 5500310. OLE color: 5500310.

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

Color convert

RGB 150 237 83 -
CMYK 0.37 0 0.65 0.07
HSL 93.9º 0.81% 0.63% -
HSV(B) 93.9º 0.65% 0.93% -
XYZ 44.42 67.68 18.91 -
YUV 193.43 65.68 97.02 -
System Red Green Blue C M Y K H S L
Decimal 150 237 83 0.37 0 0.65 0.07 93.9 0.81 0.63
Hex 96 ED 53 25 0 41 7 5E 51 3F
Octal 226 355 123 45 0 101 7 136 121 77
Binary 10010110 11101101 1010011 100101 0 1000001 111 1011110 1010001 111111

Color Harmonies of #96ED53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED53

Black with #96ED53

Text Example


Text Example

White with #96ED53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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