#7DB24B

Color #7DB24B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #7DB24B

Tints of Chelsea Cucumber #7DB24B

Color information

#7DB24B (or 0x7DB24B) is unknown color: approx Chelsea Cucumber. HEX triplet: 7D, B2 and 4B. RGB value is (125,178,75). Sum of RGB (Red+Green+Blue) = 125+178+75=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB24B is #824DB4. Grayscale: #969696. Windows color (decimal): -8539573 or 4960893. OLE color: 4960893.

HSL color Cylindrical-coordinate representation of color #7DB24B: hue angle of 90.87º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DB24B is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB12517875-
CMYK0.3000.580.30
HSL90.87º40.71%49.61%-
HSV(B)90.87º57.87%69.8%-
XYZ25.6536.7112.39-
YUV150.4185.44109.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.07%
GREEN value IS 178 (69.92% from 255) = 47.09%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=33.07%
G=47.09%
B=19.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal125178750.3000.580.3090.8740.7149.61
Hex7DB24B1E03A1E5b2932
Octal17526211336072361335162
Binary1111101101100101001011111100111010111101011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,178,75); }

 H1.HeaderClassName
 {
   color: #7DB24B;
 }
 .AnyTagClassName
 {
   color: #7DB24B;
 }
</style>
background-color css

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

 a { background-color: rgb(125,178,75); }

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

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

 span { border-color: rgb(125,178,75); }

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