Html Css Color HEX #02D97C Caribbean Green

📋 copy color: '#02D97C'

red 2 ◦ green 217 ◦ blue 124

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

Shades of Caribbean Green #02D97C

Tints of Caribbean Green #02D97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 0.58%
G = 63.27%
B = 36.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#02D97C (or 0x02D97C) is known color: Caribbean Green. HEX triplet: 02, D9 and 7C. RGB value is (2,217,124). Sum of RGB (Red+Green+Blue) = 2+217+124=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #02D97C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D97C is #FD2683. Grayscale: #8E8E8E. Windows color (decimal): -16590468 or 8182018. OLE color: 8182018.

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

Color convert

RGB 2 217 124 -
CMYK 0.99 0 0.43 0.15
HSL 154.05º 0.98% 0.43% -
HSV(B) 154.05º 0.99% 0.85% -
XYZ 28.48 51.09 27.43 -
YUV 142.11 117.77 28.06 -
System Red Green Blue C M Y K H S L
Decimal 2 217 124 0.99 0 0.43 0.15 154.05 0.98 0.43
Hex 2 D9 7C 63 0 2B F 9A 62 2B
Octal 2 331 174 143 0 53 17 232 142 53
Binary 10 11011001 1111100 1100011 0 101011 1111 10011010 1100010 101011

Color Harmonies of #02D97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D97C

Black with #02D97C

Text Example


Text Example

White with #02D97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,124); }

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

background-color css

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

 a { background-color: rgb(2,217,124); }

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

border-color css

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

 span { border-color: rgb(2,217,124); }

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