Html Css Color HEX #95E352 Conifer

📋 copy color: '#95E352'

red 149 ◦ green 227 ◦ blue 82

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

Shades of Conifer #95E352

Tints of Conifer #95E352

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.56%

 BLUE value IS 82 (32.42% from 255) = 17.9%

R = 32.53%
G = 49.56%
B = 17.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#95E352 (or 0x95E352) is known color: Conifer. HEX triplet: 95, E3 and 52. RGB value is (149,227,82). Sum of RGB (Red+Green+Blue) = 149+227+82=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #95E352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E352 is #6A1CAD. Grayscale: #BBBBBB. Windows color (decimal): -6954158 or 5432213. OLE color: 5432213.

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

Color convert

RGB 149 227 82 -
CMYK 0.34 0 0.64 0.11
HSL 92.28º 0.72% 0.61% -
HSV(B) 92.28º 0.64% 0.89% -
XYZ 41.39 61.94 17.76 -
YUV 187.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 149 227 82 0.34 0 0.64 0.11 92.28 0.72 0.61
Hex 95 E3 52 22 0 40 B 5C 48 3D
Octal 225 343 122 42 0 100 13 134 110 75
Binary 10010101 11100011 1010010 100010 0 1000000 1011 1011100 1001000 111101

Color Harmonies of #95E352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E352

Black with #95E352

Text Example


Text Example

White with #95E352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,82); }

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

background-color css

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

 a { background-color: rgb(149,227,82); }

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

border-color css

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

 span { border-color: rgb(149,227,82); }

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