Html Css Color HEX #02D78D Caribbean Green

📋 copy color: '#02D78D'

red 2 ◦ green 215 ◦ blue 141

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

Shades of Caribbean Green #02D78D

Tints of Caribbean Green #02D78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.06%

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

R = 0.56%
G = 60.06%
B = 39.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#02D78D (or 0x02D78D) is known color: Caribbean Green. HEX triplet: 02, D7 and 8D. RGB value is (2,215,141). Sum of RGB (Red+Green+Blue) = 2+215+141=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #02D78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D78D is #FD2872. Grayscale: #8E8E8E. Windows color (decimal): -16590963 or 9295618. OLE color: 9295618.

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

Color convert

RGB 2 215 141 -
CMYK 0.99 0 0.34 0.16
HSL 159.15º 0.98% 0.43% -
HSV(B) 159.15º 0.99% 0.84% -
XYZ 29.13 50.54 33.42 -
YUV 142.88 126.93 27.52 -
System Red Green Blue C M Y K H S L
Decimal 2 215 141 0.99 0 0.34 0.16 159.15 0.98 0.43
Hex 2 D7 8D 63 0 22 10 9F 62 2B
Octal 2 327 215 143 0 42 20 237 142 53
Binary 10 11010111 10001101 1100011 0 100010 10000 10011111 1100010 101011

Color Harmonies of #02D78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D78D

Black with #02D78D

Text Example


Text Example

White with #02D78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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