Html Css Color HEX #95ED5D Conifer

📋 copy color: '#95ED5D'

red 149 ◦ green 237 ◦ blue 93

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

Shades of Conifer #95ED5D

Tints of Conifer #95ED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.42%

R = 31.11%
G = 49.48%
B = 19.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#95ED5D (or 0x95ED5D) is known color: Conifer. HEX triplet: 95, ED and 5D. RGB value is (149,237,93). Sum of RGB (Red+Green+Blue) = 149+237+93=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95ED5D is #6A12A2. Grayscale: #C2C2C2. Windows color (decimal): -6951587 or 6155669. OLE color: 6155669.

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

Color convert

RGB 149 237 93 -
CMYK 0.37 0 0.61 0.07
HSL 96.67º 0.8% 0.65% -
HSV(B) 96.67º 0.61% 0.93% -
XYZ 44.65 67.75 21.08 -
YUV 194.27 70.85 95.71 -
System Red Green Blue C M Y K H S L
Decimal 149 237 93 0.37 0 0.61 0.07 96.67 0.8 0.65
Hex 95 ED 5D 25 0 3D 7 61 50 41
Octal 225 355 135 45 0 75 7 141 120 101
Binary 10010101 11101101 1011101 100101 0 111101 111 1100001 1010000 1000001

Color Harmonies of #95ED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ED5D

Black with #95ED5D

Text Example


Text Example

White with #95ED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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