Html Css Color HEX #7CCF8C De York

📋 copy color: '#7CCF8C'

red 124 ◦ green 207 ◦ blue 140

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

Shades of De York #7CCF8C

Tints of De York #7CCF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 26.33%
G = 43.95%
B = 29.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#7CCF8C (or 0x7CCF8C) is known color: De York. HEX triplet: 7C, CF and 8C. RGB value is (124,207,140). Sum of RGB (Red+Green+Blue) = 124+207+140=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF8C is #833073. Grayscale: #AEAEAE. Windows color (decimal): -8597620 or 9228156. OLE color: 9228156.

HSL color Cylindrical-coordinate representation of color #7CCF8C: hue angle of 131.57º 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 #7CCF8C is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 207 140 -
CMYK 0.40 0 0.32 0.19
HSL 131.57º 0.46% 0.65% -
HSV(B) 131.57º 0.4% 0.81% -
XYZ 35.36 50.8 32.75 -
YUV 174.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 124 207 140 0.40 0 0.32 0.19 131.57 0.46 0.65
Hex 7C CF 8C 28 0 20 13 84 2E 41
Octal 174 317 214 50 0 40 23 204 56 101
Binary 1111100 11001111 10001100 101000 0 100000 10011 10000100 101110 1000001

Color Harmonies of #7CCF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF8C

Black with #7CCF8C

Text Example


Text Example

White with #7CCF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,207,140); }

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

background-color css

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

 a { background-color: rgb(124,207,140); }

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

border-color css

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

 span { border-color: rgb(124,207,140); }

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