Html Css Color HEX #95C055 Chelsea Cucumber

📋 copy color: '#95C055'

red 149 ◦ green 192 ◦ blue 85

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

Shades of Chelsea Cucumber #95C055

Tints of Chelsea Cucumber #95C055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

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

R = 34.98%
G = 45.07%
B = 19.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#95C055 (or 0x95C055) is known color: Chelsea Cucumber. HEX triplet: 95, C0 and 55. RGB value is (149,192,85). Sum of RGB (Red+Green+Blue) = 149+192+85=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #95C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C055 is #6A3FAA. Grayscale: #A7A7A7. Windows color (decimal): -6963115 or 5619861. OLE color: 5619861.

HSL color Cylindrical-coordinate representation of color #95C055: hue angle of 84.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95C055 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 85 -
CMYK 0.22 0 0.56 0.25
HSL 84.11º 0.46% 0.54% -
HSV(B) 84.11º 0.56% 0.75% -
XYZ 32.88 44.74 15.5 -
YUV 166.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 149 192 85 0.22 0 0.56 0.25 84.11 0.46 0.54
Hex 95 C0 55 16 0 38 19 54 2E 36
Octal 225 300 125 26 0 70 31 124 56 66
Binary 10010101 11000000 1010101 10110 0 111000 11001 1010100 101110 110110

Color Harmonies of #95C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C055

Black with #95C055

Text Example


Text Example

White with #95C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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