Html Css Color HEX #02D78C Caribbean Green

📋 copy color: '#02D78C'

red 2 ◦ green 215 ◦ blue 140

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

Shades of Caribbean Green #02D78C

Tints of Caribbean Green #02D78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 0.56%
G = 60.22%
B = 39.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#02D78C (or 0x02D78C) is known color: Caribbean Green. HEX triplet: 02, D7 and 8C. RGB value is (2,215,140). Sum of RGB (Red+Green+Blue) = 2+215+140=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #02D78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D78C is #FD2873. Grayscale: #8E8E8E. Windows color (decimal): -16590964 or 9230082. OLE color: 9230082.

HSL color Cylindrical-coordinate representation of color #02D78C: hue angle of 158.87º 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 #02D78C is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 215 140 -
CMYK 0.99 0 0.35 0.16
HSL 158.87º 0.98% 0.43% -
HSV(B) 158.87º 0.99% 0.84% -
XYZ 29.06 50.51 33.03 -
YUV 142.76 126.43 27.6 -
System Red Green Blue C M Y K H S L
Decimal 2 215 140 0.99 0 0.35 0.16 158.87 0.98 0.43
Hex 2 D7 8C 63 0 23 10 9F 62 2B
Octal 2 327 214 143 0 43 20 237 142 53
Binary 10 11010111 10001100 1100011 0 100011 10000 10011111 1100010 101011

Color Harmonies of #02D78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D78C

Black with #02D78C

Text Example


Text Example

White with #02D78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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