Html Css Color HEX #01D985 Caribbean Green

📋 copy color: '#01D985'

red 1 ◦ green 217 ◦ blue 133

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

Shades of Caribbean Green #01D985

Tints of Caribbean Green #01D985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.82%

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

R = 0.28%
G = 61.82%
B = 37.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#01D985 (or 0x01D985) is known color: Caribbean Green. HEX triplet: 01, D9 and 85. RGB value is (1,217,133). Sum of RGB (Red+Green+Blue) = 1+217+133=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 217 (85.16% from 255 or 61.82% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 217 - color contains mainly: green. Hex color #01D985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D985 is #FE267A. Grayscale: #8E8E8E. Windows color (decimal): -16655995 or 8771841. OLE color: 8771841.

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

Color convert

RGB 1 217 133 -
CMYK 1.00 0 0.39 0.15
HSL 156.67º 0.99% 0.43% -
HSV(B) 156.67º 1% 0.85% -
XYZ 29.06 51.33 30.57 -
YUV 142.84 122.44 26.83 -
System Red Green Blue C M Y K H S L
Decimal 1 217 133 1.00 0 0.39 0.15 156.67 0.99 0.43
Hex 1 D9 85 64 0 27 F 9D 63 2B
Octal 1 331 205 144 0 47 17 235 143 53
Binary 1 11011001 10000101 1100100 0 100111 1111 10011101 1100011 101011

Color Harmonies of #01D985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D985

Black with #01D985

Text Example


Text Example

White with #01D985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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