Html Css Color HEX #7CDB8D De York

📋 copy color: '#7CDB8D'

red 124 ◦ green 219 ◦ blue 141

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

Shades of De York #7CDB8D

Tints of De York #7CDB8D

RGB

 RED value IS 124 (48.83% from 255) = 25.62%

 GREEN value IS 219 (85.94% from 255) = 45.25%

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

R = 25.62%
G = 45.25%
B = 29.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#7CDB8D (or 0x7CDB8D) is known color: De York. HEX triplet: 7C, DB and 8D. RGB value is (124,219,141). Sum of RGB (Red+Green+Blue) = 124+219+141=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB8D is #832472. Grayscale: #B5B5B5. Windows color (decimal): -8594547 or 9296764. OLE color: 9296764.

HSL color Cylindrical-coordinate representation of color #7CDB8D: hue angle of 130.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDB8D is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 219 141 -
CMYK 0.43 0 0.36 0.14
HSL 130.74º 0.57% 0.67% -
HSV(B) 130.74º 0.43% 0.86% -
XYZ 38.45 56.87 34.15 -
YUV 181.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 124 219 141 0.43 0 0.36 0.14 130.74 0.57 0.67
Hex 7C DB 8D 2B 0 24 E 83 39 43
Octal 174 333 215 53 0 44 16 203 71 103
Binary 1111100 11011011 10001101 101011 0 100100 1110 10000011 111001 1000011

Color Harmonies of #7CDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDB8D

Black with #7CDB8D

Text Example


Text Example

White with #7CDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,219,141); }

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

background-color css

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

 a { background-color: rgb(124,219,141); }

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

border-color css

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

 span { border-color: rgb(124,219,141); }

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