Html Css Color HEX #95BD4F Chelsea Cucumber

📋 copy color: '#95BD4F'

red 149 ◦ green 189 ◦ blue 79

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

Shades of Chelsea Cucumber #95BD4F

Tints of Chelsea Cucumber #95BD4F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

 BLUE value IS 79 (31.25% from 255) = 18.94%

R = 35.73%
G = 45.32%
B = 18.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#95BD4F (or 0x95BD4F) is known color: Chelsea Cucumber. HEX triplet: 95, BD and 4F. RGB value is (149,189,79). Sum of RGB (Red+Green+Blue) = 149+189+79=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD4F is #6A42B0. Grayscale: #A4A4A4. Windows color (decimal): -6963889 or 5225877. OLE color: 5225877.

HSL color Cylindrical-coordinate representation of color #95BD4F: hue angle of 81.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95BD4F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 79 -
CMYK 0.21 0 0.58 0.26
HSL 81.82º 0.45% 0.53% -
HSV(B) 81.82º 0.58% 0.74% -
XYZ 32 43.35 14.08 -
YUV 164.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 149 189 79 0.21 0 0.58 0.26 81.82 0.45 0.53
Hex 95 BD 4F 15 0 3A 1A 52 2D 35
Octal 225 275 117 25 0 72 32 122 55 65
Binary 10010101 10111101 1001111 10101 0 111010 11010 1010010 101101 110101

Color Harmonies of #95BD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD4F

Black with #95BD4F

Text Example


Text Example

White with #95BD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,189,79); }

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

background-color css

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

 a { background-color: rgb(149,189,79); }

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

border-color css

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

 span { border-color: rgb(149,189,79); }

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