Html Css Color HEX #7DB448 Chelsea Cucumber

📋 copy color: '#7DB448'

red 125 ◦ green 180 ◦ blue 72

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

Shades of Chelsea Cucumber #7DB448

Tints of Chelsea Cucumber #7DB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 33.16%
G = 47.75%
B = 19.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#7DB448 (or 0x7DB448) is known color: Chelsea Cucumber. HEX triplet: 7D, B4 and 48. RGB value is (125,180,72). Sum of RGB (Red+Green+Blue) = 125+180+72=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB448 is #824BB7. Grayscale: #979797. Windows color (decimal): -8539064 or 4764797. OLE color: 4764797.

HSL color Cylindrical-coordinate representation of color #7DB448: hue angle of 90.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DB448 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 72 -
CMYK 0.31 0 0.60 0.29
HSL 90.56º 0.43% 0.49% -
HSV(B) 90.56º 0.6% 0.71% -
XYZ 25.95 37.47 12 -
YUV 151.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 125 180 72 0.31 0 0.60 0.29 90.56 0.43 0.49
Hex 7D B4 48 1F 0 3C 1D 5B 2B 31
Octal 175 264 110 37 0 74 35 133 53 61
Binary 1111101 10110100 1001000 11111 0 111100 11101 1011011 101011 110001

Color Harmonies of #7DB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB448

Black with #7DB448

Text Example


Text Example

White with #7DB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,72); }

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

background-color css

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

 a { background-color: rgb(125,180,72); }

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

border-color css

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

 span { border-color: rgb(125,180,72); }

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