Html Css Color HEX #7DD68D De York

📋 copy color: '#7DD68D'

red 125 ◦ green 214 ◦ blue 141

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

Shades of De York #7DD68D

Tints of De York #7DD68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 26.04%
G = 44.58%
B = 29.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#7DD68D (or 0x7DD68D) is known color: De York. HEX triplet: 7D, D6 and 8D. RGB value is (125,214,141). Sum of RGB (Red+Green+Blue) = 125+214+141=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD68D is #822972. Grayscale: #B3B3B3. Windows color (decimal): -8530291 or 9295485. OLE color: 9295485.

HSL color Cylindrical-coordinate representation of color #7DD68D: hue angle of 130.79º 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 #7DD68D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 141 -
CMYK 0.42 0 0.34 0.16
HSL 130.79º 0.52% 0.66% -
HSV(B) 130.79º 0.42% 0.84% -
XYZ 37.31 54.38 33.73 -
YUV 179.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 125 214 141 0.42 0 0.34 0.16 130.79 0.52 0.66
Hex 7D D6 8D 2A 0 22 10 83 34 42
Octal 175 326 215 52 0 42 20 203 64 102
Binary 1111101 11010110 10001101 101010 0 100010 10000 10000011 110100 1000010

Color Harmonies of #7DD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD68D

Black with #7DD68D

Text Example


Text Example

White with #7DD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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