Html Css Color HEX #95ED55 Conifer

📋 copy color: '#95ED55'

red 149 ◦ green 237 ◦ blue 85

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

Shades of Conifer #95ED55

Tints of Conifer #95ED55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.05%

R = 31.63%
G = 50.32%
B = 18.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#95ED55 (or 0x95ED55) is known color: Conifer. HEX triplet: 95, ED and 55. RGB value is (149,237,85). Sum of RGB (Red+Green+Blue) = 149+237+85=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95ED55 is #6A12AA. Grayscale: #C1C1C1. Windows color (decimal): -6951595 or 5631381. OLE color: 5631381.

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

Color convert

RGB 149 237 85 -
CMYK 0.37 0 0.64 0.07
HSL 94.74º 0.81% 0.63% -
HSV(B) 94.74º 0.64% 0.93% -
XYZ 44.32 67.61 19.31 -
YUV 193.36 66.85 96.36 -
System Red Green Blue C M Y K H S L
Decimal 149 237 85 0.37 0 0.64 0.07 94.74 0.81 0.63
Hex 95 ED 55 25 0 40 7 5F 51 3F
Octal 225 355 125 45 0 100 7 137 121 77
Binary 10010101 11101101 1010101 100101 0 1000000 111 1011111 1010001 111111

Color Harmonies of #95ED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ED55

Black with #95ED55

Text Example


Text Example

White with #95ED55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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