Html Css Color HEX #7CCD8F De York

📋 copy color: '#7CCD8F'

red 124 ◦ green 205 ◦ blue 143

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

Shades of De York #7CCD8F

Tints of De York #7CCD8F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 26.27%
G = 43.43%
B = 30.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#7CCD8F (or 0x7CCD8F) is known color: De York. HEX triplet: 7C, CD and 8F. RGB value is (124,205,143). Sum of RGB (Red+Green+Blue) = 124+205+143=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD8F is #833270. Grayscale: #ADADAD. Windows color (decimal): -8598129 or 9424252. OLE color: 9424252.

HSL color Cylindrical-coordinate representation of color #7CCD8F: hue angle of 134.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD8F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 143 -
CMYK 0.40 0 0.30 0.20
HSL 134.07º 0.45% 0.65% -
HSV(B) 134.07º 0.4% 0.8% -
XYZ 35.1 49.93 33.77 -
YUV 173.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 124 205 143 0.40 0 0.30 0.20 134.07 0.45 0.65
Hex 7C CD 8F 28 0 1E 14 86 2D 41
Octal 174 315 217 50 0 36 24 206 55 101
Binary 1111100 11001101 10001111 101000 0 11110 10100 10000110 101101 1000001

Color Harmonies of #7CCD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD8F

Black with #7CCD8F

Text Example


Text Example

White with #7CCD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,205,143); }

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

background-color css

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

 a { background-color: rgb(124,205,143); }

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

border-color css

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

 span { border-color: rgb(124,205,143); }

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