Html Css Color HEX #96ED4E Conifer

📋 copy color: '#96ED4E'

red 150 ◦ green 237 ◦ blue 78

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

Shades of Conifer #96ED4E

Tints of Conifer #96ED4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.77%

R = 32.26%
G = 50.97%
B = 16.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#96ED4E (or 0x96ED4E) is known color: Conifer. HEX triplet: 96, ED and 4E. RGB value is (150,237,78). Sum of RGB (Red+Green+Blue) = 150+237+78=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED4E is #6912B1. Grayscale: #C1C1C1. Windows color (decimal): -6886066 or 5172630. OLE color: 5172630.

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

Color convert

RGB 150 237 78 -
CMYK 0.37 0 0.67 0.07
HSL 92.83º 0.82% 0.62% -
HSV(B) 92.83º 0.67% 0.93% -
XYZ 44.24 67.6 17.92 -
YUV 192.86 63.18 97.43 -
System Red Green Blue C M Y K H S L
Decimal 150 237 78 0.37 0 0.67 0.07 92.83 0.82 0.62
Hex 96 ED 4E 25 0 43 7 5D 52 3E
Octal 226 355 116 45 0 103 7 135 122 76
Binary 10010110 11101101 1001110 100101 0 1000011 111 1011101 1010010 111110

Color Harmonies of #96ED4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED4E

Black with #96ED4E

Text Example


Text Example

White with #96ED4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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