Html Css Color HEX #96EE62 Conifer

📋 copy color: '#96EE62'

red 150 ◦ green 238 ◦ blue 98

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

Shades of Conifer #96EE62

Tints of Conifer #96EE62

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.97%

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 30.86%
G = 48.97%
B = 20.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#96EE62 (or 0x96EE62) is known color: Conifer. HEX triplet: 96, EE and 62. RGB value is (150,238,98). Sum of RGB (Red+Green+Blue) = 150+238+98=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE62 is #69119D. Grayscale: #C4C4C4. Windows color (decimal): -6885790 or 6483606. OLE color: 6483606.

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

Color convert

RGB 150 238 98 -
CMYK 0.37 0 0.59 0.07
HSL 97.71º 0.8% 0.66% -
HSV(B) 97.71º 0.59% 0.93% -
XYZ 45.36 68.51 22.39 -
YUV 195.73 72.85 95.38 -
System Red Green Blue C M Y K H S L
Decimal 150 238 98 0.37 0 0.59 0.07 97.71 0.8 0.66
Hex 96 EE 62 25 0 3B 7 62 50 42
Octal 226 356 142 45 0 73 7 142 120 102
Binary 10010110 11101110 1100010 100101 0 111011 111 1100010 1010000 1000010

Color Harmonies of #96EE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EE62

Black with #96EE62

Text Example


Text Example

White with #96EE62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,98); }

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

background-color css

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

 a { background-color: rgb(150,238,98); }

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

border-color css

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

 span { border-color: rgb(150,238,98); }

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