Html Css Color HEX #95ED61 Conifer

📋 copy color: '#95ED61'

red 149 ◦ green 237 ◦ blue 97

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

Shades of Conifer #95ED61

Tints of Conifer #95ED61

RGB

 RED value IS 149 (58.59% from 255) = 30.85%

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

 BLUE value IS 97 (38.28% from 255) = 20.08%

R = 30.85%
G = 49.07%
B = 20.08%

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

#95ED61 (or 0x95ED61) is known color: Conifer. HEX triplet: 95, ED and 61. RGB value is (149,237,97). Sum of RGB (Red+Green+Blue) = 149+237+97=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95ED61 is #6A129E. Grayscale: #C3C3C3. Windows color (decimal): -6951583 or 6417813. OLE color: 6417813.

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

Color convert

RGB 149 237 97 -
CMYK 0.37 0 0.59 0.07
HSL 97.71º 0.8% 0.65% -
HSV(B) 97.71º 0.59% 0.93% -
XYZ 44.84 67.82 22.04 -
YUV 194.73 72.85 95.38 -
System Red Green Blue C M Y K H S L
Decimal 149 237 97 0.37 0 0.59 0.07 97.71 0.8 0.65
Hex 95 ED 61 25 0 3B 7 62 50 41
Octal 225 355 141 45 0 73 7 142 120 101
Binary 10010101 11101101 1100001 100101 0 111011 111 1100010 1010000 1000001

Color Harmonies of #95ED61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ED61

Black with #95ED61

Text Example


Text Example

White with #95ED61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95ED61; }

 p { color: rgb(149,237,97); }

 H1.HeaderClassName
 {
   color: #95ED61;
 }
 .AnyTagClassName
 {
   color: #95ED61;
 }
</style>

background-color css

<style>
 a { background-color: #95ED61; }

 a { background-color: rgb(149,237,97); }

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

border-color css

<style>
 span { border-color: #95ED61; }

 span { border-color: rgb(149,237,97); }

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