Html Css Color HEX #01D281 Caribbean Green

📋 copy color: '#01D281'

red 1 ◦ green 210 ◦ blue 129

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

Shades of Caribbean Green #01D281

Tints of Caribbean Green #01D281

RGB

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

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

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

R = 0.29%
G = 61.76%
B = 37.94%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#01D281 (or 0x01D281) is known color: Caribbean Green. HEX triplet: 01, D2 and 81. RGB value is (1,210,129). Sum of RGB (Red+Green+Blue) = 1+210+129=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #01D281 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D281 is #FE2D7E. Grayscale: #8A8A8A. Windows color (decimal): -16657791 or 8507905. OLE color: 8507905.

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

Color convert

RGB 1 210 129 -
CMYK 1.00 0 0.39 0.18
HSL 156.75º 0.99% 0.41% -
HSV(B) 156.75º 1% 0.82% -
XYZ 27.02 47.68 28.55 -
YUV 138.28 122.76 30.09 -
System Red Green Blue C M Y K H S L
Decimal 1 210 129 1.00 0 0.39 0.18 156.75 0.99 0.41
Hex 1 D2 81 64 0 27 12 9D 63 29
Octal 1 322 201 144 0 47 22 235 143 51
Binary 1 11010010 10000001 1100100 0 100111 10010 10011101 1100011 101001

Color Harmonies of #01D281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D281

Black with #01D281

Text Example


Text Example

White with #01D281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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