Html Css Color HEX #7DB14D Chelsea Cucumber

📋 copy color: '#7DB14D'

red 125 ◦ green 177 ◦ blue 77

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

Shades of Chelsea Cucumber #7DB14D

Tints of Chelsea Cucumber #7DB14D

RGB

 RED value IS 125 (49.22% from 255) = 32.98%

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

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 32.98%
G = 46.7%
B = 20.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#7DB14D (or 0x7DB14D) is known color: Chelsea Cucumber. HEX triplet: 7D, B1 and 4D. RGB value is (125,177,77). Sum of RGB (Red+Green+Blue) = 125+177+77=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB14D is #824EB2. Grayscale: #969696. Windows color (decimal): -8539827 or 5091709. OLE color: 5091709.

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

Color convert

RGB 125 177 77 -
CMYK 0.29 0 0.56 0.31
HSL 91.2º 0.39% 0.5% -
HSV(B) 91.2º 0.56% 0.69% -
XYZ 25.52 36.34 12.69 -
YUV 150.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 125 177 77 0.29 0 0.56 0.31 91.2 0.39 0.5
Hex 7D B1 4D 1D 0 38 1F 5B 27 32
Octal 175 261 115 35 0 70 37 133 47 62
Binary 1111101 10110001 1001101 11101 0 111000 11111 1011011 100111 110010

Color Harmonies of #7DB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB14D

Black with #7DB14D

Text Example


Text Example

White with #7DB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,77); }

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

background-color css

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

 a { background-color: rgb(125,177,77); }

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

border-color css

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

 span { border-color: rgb(125,177,77); }

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