#10DF84

Color #10DF84 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #10DF84

Tints of Caribbean Green #10DF84

Color information

#10DF84 (or 0x10DF84) is unknown color: approx Caribbean Green. HEX triplet: 10, DF and 84. RGB value is (16,223,132). Sum of RGB (Red+Green+Blue) = 16+223+132=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DF84 is #EF207B. Grayscale: #969696. Windows color (decimal): -15671420 or 8707856. OLE color: 8707856.

HSL color Cylindrical-coordinate representation of color #10DF84: hue angle of 153.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DF84 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB16223132-
CMYK0.9300.410.13
HSL153.62º86.61%46.86%-
HSV(B)153.62º92.83%87.45%-
XYZ30.7754.5530.74-
YUV150.73117.4231.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.31%
GREEN value IS 223 (87.5% from 255) = 60.11%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=4.31%
G=60.11%
B=35.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162231320.9300.410.13153.6286.6146.86
Hex10DF845D029D9a572f
Octal203372041350511523212757
Binary100001101111110000100101110101010011101100110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10DF84; }

 p { color: rgb(16,223,132); }

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

<style>
 a { background-color: #10DF84; }

 a { background-color: rgb(16,223,132); }

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

<style>
 span { border-color: #10DF84; }

 span { border-color: rgb(16,223,132); }

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