Html Css Color HEX #7CDA8A De York

📋 copy color: '#7CDA8A'

red 124 ◦ green 218 ◦ blue 138

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

Shades of De York #7CDA8A

Tints of De York #7CDA8A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 25.83%
G = 45.42%
B = 28.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#7CDA8A (or 0x7CDA8A) is known color: De York. HEX triplet: 7C, DA and 8A. RGB value is (124,218,138). Sum of RGB (Red+Green+Blue) = 124+218+138=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDA8A is #832575. Grayscale: #B5B5B5. Windows color (decimal): -8594806 or 9099900. OLE color: 9099900.

HSL color Cylindrical-coordinate representation of color #7CDA8A: hue angle of 128.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDA8A is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 218 138 -
CMYK 0.43 0 0.37 0.15
HSL 128.94º 0.56% 0.67% -
HSV(B) 128.94º 0.43% 0.85% -
XYZ 37.97 56.26 32.9 -
YUV 180.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 124 218 138 0.43 0 0.37 0.15 128.94 0.56 0.67
Hex 7C DA 8A 2B 0 25 F 81 38 43
Octal 174 332 212 53 0 45 17 201 70 103
Binary 1111100 11011010 10001010 101011 0 100101 1111 10000001 111000 1000011

Color Harmonies of #7CDA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDA8A

Black with #7CDA8A

Text Example


Text Example

White with #7CDA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,218,138); }

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

background-color css

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

 a { background-color: rgb(124,218,138); }

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

border-color css

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

 span { border-color: rgb(124,218,138); }

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