Html Css Color HEX #7DB04B Chelsea Cucumber

📋 copy color: '#7DB04B'

red 125 ◦ green 176 ◦ blue 75

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

Shades of Chelsea Cucumber #7DB04B

Tints of Chelsea Cucumber #7DB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 33.24%
G = 46.81%
B = 19.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#7DB04B (or 0x7DB04B) is known color: Chelsea Cucumber. HEX triplet: 7D, B0 and 4B. RGB value is (125,176,75). Sum of RGB (Red+Green+Blue) = 125+176+75=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB04B is #824FB4. Grayscale: #959595. Windows color (decimal): -8540085 or 4960381. OLE color: 4960381.

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

Color convert

RGB 125 176 75 -
CMYK 0.29 0 0.57 0.31
HSL 90.3º 0.4% 0.49% -
HSV(B) 90.3º 0.57% 0.69% -
XYZ 25.25 35.92 12.26 -
YUV 149.24 86.1 110.71 -
System Red Green Blue C M Y K H S L
Decimal 125 176 75 0.29 0 0.57 0.31 90.3 0.4 0.49
Hex 7D B0 4B 1D 0 39 1F 5A 28 31
Octal 175 260 113 35 0 71 37 132 50 61
Binary 1111101 10110000 1001011 11101 0 111001 11111 1011010 101000 110001

Color Harmonies of #7DB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB04B

Black with #7DB04B

Text Example


Text Example

White with #7DB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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