Html Css Color HEX #7DCF8B De York

📋 copy color: '#7DCF8B'

red 125 ◦ green 207 ◦ blue 139

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

Shades of De York #7DCF8B

Tints of De York #7DCF8B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 26.54%
G = 43.95%
B = 29.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#7DCF8B (or 0x7DCF8B) is known color: De York. HEX triplet: 7D, CF and 8B. RGB value is (125,207,139). Sum of RGB (Red+Green+Blue) = 125+207+139=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF8B is #823074. Grayscale: #AEAEAE. Windows color (decimal): -8532085 or 9162621. OLE color: 9162621.

HSL color Cylindrical-coordinate representation of color #7DCF8B: hue angle of 130.24º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCF8B is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 139 -
CMYK 0.40 0 0.33 0.19
HSL 130.24º 0.46% 0.65% -
HSV(B) 130.24º 0.4% 0.81% -
XYZ 35.43 50.85 32.37 -
YUV 174.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 125 207 139 0.40 0 0.33 0.19 130.24 0.46 0.65
Hex 7D CF 8B 28 0 21 13 82 2E 41
Octal 175 317 213 50 0 41 23 202 56 101
Binary 1111101 11001111 10001011 101000 0 100001 10011 10000010 101110 1000001

Color Harmonies of #7DCF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF8B

Black with #7DCF8B

Text Example


Text Example

White with #7DCF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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