Html Css Color HEX #10DE85 Caribbean Green

📋 copy color: '#10DE85'

red 16 ◦ green 222 ◦ blue 133

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

Shades of Caribbean Green #10DE85

Tints of Caribbean Green #10DE85

RGB

 RED value IS 16 (6.64% from 255) = 4.31%

 GREEN value IS 222 (87.11% from 255) = 59.84%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 4.31%
G = 59.84%
B = 35.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#10DE85 (or 0x10DE85) is known color: Caribbean Green. HEX triplet: 10, DE and 85. RGB value is (16,222,133). Sum of RGB (Red+Green+Blue) = 16+222+133=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DE85 is #EF217A. Grayscale: #969696. Windows color (decimal): -15671675 or 8773136. OLE color: 8773136.

HSL color Cylindrical-coordinate representation of color #10DE85: hue angle of 154.08º 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 #10DE85 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 222 133 -
CMYK 0.93 0 0.40 0.13
HSL 154.08º 0.87% 0.47% -
HSV(B) 154.08º 0.93% 0.87% -
XYZ 30.57 54.05 31.01 -
YUV 150.26 118.25 32.24 -
System Red Green Blue C M Y K H S L
Decimal 16 222 133 0.93 0 0.40 0.13 154.08 0.87 0.47
Hex 10 DE 85 5D 0 28 D 9A 57 2F
Octal 20 336 205 135 0 50 15 232 127 57
Binary 10000 11011110 10000101 1011101 0 101000 1101 10011010 1010111 101111

Color Harmonies of #10DE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DE85

Black with #10DE85

Text Example


Text Example

White with #10DE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,222,133); }

 H1.HeaderClassName
 {
   color: #10DE85;
 }
 .AnyTagClassName
 {
   color: #10DE85;
 }
</style>

background-color css

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

 a { background-color: rgb(16,222,133); }

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

border-color css

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

 span { border-color: rgb(16,222,133); }

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