Html Css Color HEX #01D287 Caribbean Green

📋 copy color: '#01D287'

red 1 ◦ green 210 ◦ blue 135

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

Shades of Caribbean Green #01D287

Tints of Caribbean Green #01D287

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.69%

 BLUE value IS 135 (53.13% from 255) = 39.02%

R = 0.29%
G = 60.69%
B = 39.02%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#01D287 (or 0x01D287) is known color: Caribbean Green. HEX triplet: 01, D2 and 87. RGB value is (1,210,135). Sum of RGB (Red+Green+Blue) = 1+210+135=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #01D287 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D287 is #FE2D78. Grayscale: #8B8B8B. Windows color (decimal): -16657785 or 8901121. OLE color: 8901121.

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

Color convert

RGB 1 210 135 -
CMYK 1.00 0 0.36 0.18
HSL 158.47º 0.99% 0.41% -
HSV(B) 158.47º 1% 0.82% -
XYZ 27.43 47.85 30.71 -
YUV 138.96 125.76 29.6 -
System Red Green Blue C M Y K H S L
Decimal 1 210 135 1.00 0 0.36 0.18 158.47 0.99 0.41
Hex 1 D2 87 64 0 24 12 9E 63 29
Octal 1 322 207 144 0 44 22 236 143 51
Binary 1 11010010 10000111 1100100 0 100100 10010 10011110 1100011 101001

Color Harmonies of #01D287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D287

Black with #01D287

Text Example


Text Example

White with #01D287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,210,135); }

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

background-color css

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

 a { background-color: rgb(1,210,135); }

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

border-color css

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

 span { border-color: rgb(1,210,135); }

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