Html Css Color HEX #7FB150 Chelsea Cucumber

📋 copy color: '#7FB150'

red 127 ◦ green 177 ◦ blue 80

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

Shades of Chelsea Cucumber #7FB150

Tints of Chelsea Cucumber #7FB150

RGB

 RED value IS 127 (50% from 255) = 33.07%

 GREEN value IS 177 (69.53% from 255) = 46.09%

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 33.07%
G = 46.09%
B = 20.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#7FB150 (or 0x7FB150) is known color: Chelsea Cucumber. HEX triplet: 7F, B1 and 50. RGB value is (127,177,80). Sum of RGB (Red+Green+Blue) = 127+177+80=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB150 is #804EAF. Grayscale: #979797. Windows color (decimal): -8408752 or 5288319. OLE color: 5288319.

HSL color Cylindrical-coordinate representation of color #7FB150: hue angle of 90.93º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FB150 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 80 -
CMYK 0.28 0 0.55 0.31
HSL 90.93º 0.38% 0.5% -
HSV(B) 90.93º 0.55% 0.69% -
XYZ 25.92 36.54 13.28 -
YUV 150.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 127 177 80 0.28 0 0.55 0.31 90.93 0.38 0.5
Hex 7F B1 50 1C 0 37 1F 5B 26 32
Octal 177 261 120 34 0 67 37 133 46 62
Binary 1111111 10110001 1010000 11100 0 110111 11111 1011011 100110 110010

Color Harmonies of #7FB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB150

Black with #7FB150

Text Example


Text Example

White with #7FB150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB150; }

 p { color: rgb(127,177,80); }

 H1.HeaderClassName
 {
   color: #7FB150;
 }
 .AnyTagClassName
 {
   color: #7FB150;
 }
</style>

background-color css

<style>
 a { background-color: #7FB150; }

 a { background-color: rgb(127,177,80); }

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

border-color css

<style>
 span { border-color: #7FB150; }

 span { border-color: rgb(127,177,80); }

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