Html Css Color HEX #01D581 Caribbean Green

📋 copy color: '#01D581'

red 1 ◦ green 213 ◦ blue 129

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

Shades of Caribbean Green #01D581

Tints of Caribbean Green #01D581

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.1%

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

R = 0.29%
G = 62.1%
B = 37.61%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#01D581 (or 0x01D581) is known color: Caribbean Green. HEX triplet: 01, D5 and 81. RGB value is (1,213,129). Sum of RGB (Red+Green+Blue) = 1+213+129=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #01D581 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D581 is #FE2A7E. Grayscale: #8C8C8C. Windows color (decimal): -16657023 or 8508673. OLE color: 8508673.

HSL color Cylindrical-coordinate representation of color #01D581: hue angle of 156.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D581 is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 213 129 -
CMYK 1.00 0 0.39 0.16
HSL 156.23º 0.99% 0.42% -
HSV(B) 156.23º 1% 0.84% -
XYZ 27.77 49.18 28.8 -
YUV 140.04 121.76 28.83 -
System Red Green Blue C M Y K H S L
Decimal 1 213 129 1.00 0 0.39 0.16 156.23 0.99 0.42
Hex 1 D5 81 64 0 27 10 9C 63 2A
Octal 1 325 201 144 0 47 20 234 143 52
Binary 1 11010101 10000001 1100100 0 100111 10000 10011100 1100011 101010

Color Harmonies of #01D581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D581

Black with #01D581

Text Example


Text Example

White with #01D581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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