Html Css Color HEX #01D984 Caribbean Green

📋 copy color: '#01D984'

red 1 ◦ green 217 ◦ blue 132

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

Shades of Caribbean Green #01D984

Tints of Caribbean Green #01D984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.71%

R = 0.29%
G = 62%
B = 37.71%

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

#01D984 (or 0x01D984) is known color: Caribbean Green. HEX triplet: 01, D9 and 84. RGB value is (1,217,132). Sum of RGB (Red+Green+Blue) = 1+217+132=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #01D984 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D984 is #FE267B. Grayscale: #8E8E8E. Windows color (decimal): -16655996 or 8706305. OLE color: 8706305.

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

Color convert

RGB 1 217 132 -
CMYK 1.00 0 0.39 0.15
HSL 156.39º 0.99% 0.43% -
HSV(B) 156.39º 1% 0.85% -
XYZ 28.99 51.3 30.2 -
YUV 142.73 121.94 26.91 -
System Red Green Blue C M Y K H S L
Decimal 1 217 132 1.00 0 0.39 0.15 156.39 0.99 0.43
Hex 1 D9 84 64 0 27 F 9C 63 2B
Octal 1 331 204 144 0 47 17 234 143 53
Binary 1 11011001 10000100 1100100 0 100111 1111 10011100 1100011 101011

Color Harmonies of #01D984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D984

Black with #01D984

Text Example


Text Example

White with #01D984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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