Html Css Color HEX #02DD8D Caribbean Green

📋 copy color: '#02DD8D'

red 2 ◦ green 221 ◦ blue 141

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

Shades of Caribbean Green #02DD8D

Tints of Caribbean Green #02DD8D

RGB

 RED value IS 2 (1.17% from 255) = 0.55%

 GREEN value IS 221 (86.72% from 255) = 60.71%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 0.55%
G = 60.71%
B = 38.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#02DD8D (or 0x02DD8D) is known color: Caribbean Green. HEX triplet: 02, DD and 8D. RGB value is (2,221,141). Sum of RGB (Red+Green+Blue) = 2+221+141=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DD8D is #FD2272. Grayscale: #929292. Windows color (decimal): -16589427 or 9297154. OLE color: 9297154.

HSL color Cylindrical-coordinate representation of color #02DD8D: hue angle of 158.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD8D is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 221 141 -
CMYK 0.99 0 0.36 0.13
HSL 158.08º 0.98% 0.44% -
HSV(B) 158.08º 0.99% 0.87% -
XYZ 30.69 53.65 33.94 -
YUV 146.4 124.95 25 -
System Red Green Blue C M Y K H S L
Decimal 2 221 141 0.99 0 0.36 0.13 158.08 0.98 0.44
Hex 2 DD 8D 63 0 24 D 9E 62 2C
Octal 2 335 215 143 0 44 15 236 142 54
Binary 10 11011101 10001101 1100011 0 100100 1101 10011110 1100010 101100

Color Harmonies of #02DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD8D

Black with #02DD8D

Text Example


Text Example

White with #02DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02DD8D; }

 p { color: rgb(2,221,141); }

 H1.HeaderClassName
 {
   color: #02DD8D;
 }
 .AnyTagClassName
 {
   color: #02DD8D;
 }
</style>

background-color css

<style>
 a { background-color: #02DD8D; }

 a { background-color: rgb(2,221,141); }

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

border-color css

<style>
 span { border-color: #02DD8D; }

 span { border-color: rgb(2,221,141); }

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