Html Css Color HEX #01D585 Caribbean Green

📋 copy color: '#01D585'

red 1 ◦ green 213 ◦ blue 133

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

Shades of Caribbean Green #01D585

Tints of Caribbean Green #01D585

RGB

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

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

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

R = 0.29%
G = 61.38%
B = 38.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#01D585 (or 0x01D585) is known color: Caribbean Green. HEX triplet: 01, D5 and 85. RGB value is (1,213,133). Sum of RGB (Red+Green+Blue) = 1+213+133=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #01D585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D585 is #FE2A7A. Grayscale: #8C8C8C. Windows color (decimal): -16657019 or 8770817. OLE color: 8770817.

HSL color Cylindrical-coordinate representation of color #01D585: hue angle of 157.36º 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 #01D585 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 213 133 -
CMYK 1.00 0 0.38 0.16
HSL 157.36º 0.99% 0.42% -
HSV(B) 157.36º 1% 0.84% -
XYZ 28.04 49.29 30.23 -
YUV 140.49 123.76 28.5 -
System Red Green Blue C M Y K H S L
Decimal 1 213 133 1.00 0 0.38 0.16 157.36 0.99 0.42
Hex 1 D5 85 64 0 26 10 9D 63 2A
Octal 1 325 205 144 0 46 20 235 143 52
Binary 1 11010101 10000101 1100100 0 100110 10000 10011101 1100011 101010

Color Harmonies of #01D585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D585

Black with #01D585

Text Example


Text Example

White with #01D585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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