Html Css Color HEX #7CCF8F De York

📋 copy color: '#7CCF8F'

red 124 ◦ green 207 ◦ blue 143

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

Shades of De York #7CCF8F

Tints of De York #7CCF8F

RGB

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

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

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

R = 26.16%
G = 43.67%
B = 30.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#7CCF8F (or 0x7CCF8F) is known color: De York. HEX triplet: 7C, CF and 8F. RGB value is (124,207,143). Sum of RGB (Red+Green+Blue) = 124+207+143=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF8F is #833070. Grayscale: #AFAFAF. Windows color (decimal): -8597617 or 9424764. OLE color: 9424764.

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

Color convert

RGB 124 207 143 -
CMYK 0.40 0 0.31 0.19
HSL 133.73º 0.46% 0.65% -
HSV(B) 133.73º 0.4% 0.81% -
XYZ 35.58 50.89 33.93 -
YUV 174.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 124 207 143 0.40 0 0.31 0.19 133.73 0.46 0.65
Hex 7C CF 8F 28 0 1F 13 86 2E 41
Octal 174 317 217 50 0 37 23 206 56 101
Binary 1111100 11001111 10001111 101000 0 11111 10011 10000110 101110 1000001

Color Harmonies of #7CCF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF8F

Black with #7CCF8F

Text Example


Text Example

White with #7CCF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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