#6FCA81

Color #6FCA81 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #6FCA81

Tints of De York #6FCA81

Color information

#6FCA81 (or 0x6FCA81) is unknown color: approx De York. HEX triplet: 6F, CA and 81. RGB value is (111,202,129). Sum of RGB (Red+Green+Blue) = 111+202+129=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCA81 is #90357E. Grayscale: #A6A6A6. Windows color (decimal): -9450879 or 8505967. OLE color: 8505967.

HSL color Cylindrical-coordinate representation of color #6FCA81: hue angle of 131.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCA81 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB111202129-
CMYK0.4500.360.21
HSL131.87º46.19%61.37%-
HSV(B)131.87º45.05%79.22%-
XYZ31.6447.2128.21-
YUV166.47106.8588.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.11%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 129 (50.78% from 255) = 29.19%
R=25.11%
G=45.70%
B=29.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021290.4500.360.21131.8746.1961.37
Hex6FCA812D02415842e3d
Octal15731220155044252045675
Binary1101111110010101000000110110101001001010110000100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCA81; }

 p { color: rgb(111,202,129); }

 H1.HeaderClassName
 {
   color: #6FCA81;
 }
 .AnyTagClassName
 {
   color: #6FCA81;
 }
</style>
background-color css

<style>
 a { background-color: #6FCA81; }

 a { background-color: rgb(111,202,129); }

 div.DivClassName
 {
   background-color: #6FCA81;
 }
 .BgClassName
 {
   background-color: #6FCA81;
 }
</style>
border-color css

<style>
 span { border-color: #6FCA81; }

 span { border-color: rgb(111,202,129); }

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