Html Css Color HEX #95E25D Conifer

📋 copy color: '#95E25D'

red 149 ◦ green 226 ◦ blue 93

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

Shades of Conifer #95E25D

Tints of Conifer #95E25D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.29%

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

R = 31.84%
G = 48.29%
B = 19.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#95E25D (or 0x95E25D) is known color: Conifer. HEX triplet: 95, E2 and 5D. RGB value is (149,226,93). Sum of RGB (Red+Green+Blue) = 149+226+93=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #95E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E25D is #6A1DA2. Grayscale: #BCBCBC. Windows color (decimal): -6954403 or 6152853. OLE color: 6152853.

HSL color Cylindrical-coordinate representation of color #95E25D: hue angle of 94.74º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95E25D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 226 93 -
CMYK 0.34 0 0.59 0.11
HSL 94.74º 0.7% 0.63% -
HSV(B) 94.74º 0.59% 0.89% -
XYZ 41.57 61.57 20.05 -
YUV 187.82 74.49 100.31 -
System Red Green Blue C M Y K H S L
Decimal 149 226 93 0.34 0 0.59 0.11 94.74 0.7 0.63
Hex 95 E2 5D 22 0 3B B 5F 46 3F
Octal 225 342 135 42 0 73 13 137 106 77
Binary 10010101 11100010 1011101 100010 0 111011 1011 1011111 1000110 111111

Color Harmonies of #95E25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E25D

Black with #95E25D

Text Example


Text Example

White with #95E25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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