Html Css Color HEX #01DB81 Caribbean Green

📋 copy color: '#01DB81'

red 1 ◦ green 219 ◦ blue 129

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

Shades of Caribbean Green #01DB81

Tints of Caribbean Green #01DB81

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 219 (85.94% from 255) = 62.75%

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

R = 0.29%
G = 62.75%
B = 36.96%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#01DB81 (or 0x01DB81) is known color: Caribbean Green. HEX triplet: 01, DB and 81. RGB value is (1,219,129). Sum of RGB (Red+Green+Blue) = 1+219+129=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DB81 is #FE247E. Grayscale: #8F8F8F. Windows color (decimal): -16655487 or 8510209. OLE color: 8510209.

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

Color convert

RGB 1 219 129 -
CMYK 1.00 0 0.41 0.14
HSL 155.23º 0.99% 0.43% -
HSV(B) 155.23º 1% 0.86% -
XYZ 29.31 52.25 29.31 -
YUV 143.56 119.78 26.32 -
System Red Green Blue C M Y K H S L
Decimal 1 219 129 1.00 0 0.41 0.14 155.23 0.99 0.43
Hex 1 DB 81 64 0 29 E 9B 63 2B
Octal 1 333 201 144 0 51 16 233 143 53
Binary 1 11011011 10000001 1100100 0 101001 1110 10011011 1100011 101011

Color Harmonies of #01DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DB81

Black with #01DB81

Text Example


Text Example

White with #01DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DB81; }

 p { color: rgb(1,219,129); }

 H1.HeaderClassName
 {
   color: #01DB81;
 }
 .AnyTagClassName
 {
   color: #01DB81;
 }
</style>

background-color css

<style>
 a { background-color: #01DB81; }

 a { background-color: rgb(1,219,129); }

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

border-color css

<style>
 span { border-color: #01DB81; }

 span { border-color: rgb(1,219,129); }

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