Html Css Color HEX #00DC81 Caribbean Green

📋 copy color: '#00DC81'

red 0 ◦ green 220 ◦ blue 129

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

Shades of Caribbean Green #00DC81

Tints of Caribbean Green #00DC81

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 220 (86.33% from 255) = 63.04%

 BLUE value IS 129 (50.78% from 255) = 36.96%

R = 0%
G = 63.04%
B = 36.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#00DC81 (or 0x00DC81) is known color: Caribbean Green. HEX triplet: 00, DC and 81. RGB value is (0,220,129). Sum of RGB (Red+Green+Blue) = 0+220+129=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DC81 is #FF237E. Grayscale: #8F8F8F. Windows color (decimal): -16720767 or 8510464. OLE color: 8510464.

HSL color Cylindrical-coordinate representation of color #00DC81: hue angle of 155.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DC81 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 220 129 -
CMYK 1 0 0.41 0.14
HSL 155.18º 1% 0.43% -
HSV(B) 155.18º 1% 0.86% -
XYZ 29.56 52.77 29.4 -
YUV 143.85 119.61 25.4 -
System Red Green Blue C M Y K H S L
Decimal 0 220 129 1 0 0.41 0.14 155.18 1 0.43
Hex 0 DC 81 64 0 29 E 9B 64 2B
Octal 0 334 201 144 0 51 16 233 144 53
Binary 0 11011100 10000001 1100100 0 101001 1110 10011011 1100100 101011

Color Harmonies of #00DC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DC81

Black with #00DC81

Text Example


Text Example

White with #00DC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DC81; }

 p { color: rgb(0,220,129); }

 H1.HeaderClassName
 {
   color: #00DC81;
 }
 .AnyTagClassName
 {
   color: #00DC81;
 }
</style>

background-color css

<style>
 a { background-color: #00DC81; }

 a { background-color: rgb(0,220,129); }

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

border-color css

<style>
 span { border-color: #00DC81; }

 span { border-color: rgb(0,220,129); }

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