#7DD68B

Color #7DD68B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7DD68B

Tints of De York #7DD68B

Color information

#7DD68B (or 0x7DD68B) is unknown color: approx De York. HEX triplet: 7D, D6 and 8B. RGB value is (125,214,139). Sum of RGB (Red+Green+Blue) = 125+214+139=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD68B is #822974. Grayscale: #B3B3B3. Windows color (decimal): -8530293 or 9164413. OLE color: 9164413.

HSL color Cylindrical-coordinate representation of color #7DD68B: hue angle of 129.44º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD68B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB125214139-
CMYK0.4200.350.16
HSL129.44º52.05%66.47%-
HSV(B)129.44º41.59%83.92%-
XYZ37.1654.3232.95-
YUV178.84105.5189.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=26.15%
G=44.77%
B=29.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141390.4200.350.16129.4452.0566.47
Hex7DD68B2A02310813442
Octal175326213520432020164102
Binary11111011101011010001011101010010001110000100000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,139); }

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

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

 a { background-color: rgb(125,214,139); }

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

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

 span { border-color: rgb(125,214,139); }

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