Html Css Color HEX #02D68D Caribbean Green

📋 copy color: '#02D68D'

red 2 ◦ green 214 ◦ blue 141

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

Shades of Caribbean Green #02D68D

Tints of Caribbean Green #02D68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.94%

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

R = 0.56%
G = 59.94%
B = 39.5%

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

#02D68D (or 0x02D68D) is known color: Caribbean Green. HEX triplet: 02, D6 and 8D. RGB value is (2,214,141). Sum of RGB (Red+Green+Blue) = 2+214+141=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #02D68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D68D is #FD2972. Grayscale: #8E8E8E. Windows color (decimal): -16591219 or 9295362. OLE color: 9295362.

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

Color convert

RGB 2 214 141 -
CMYK 0.99 0 0.34 0.16
HSL 159.34º 0.98% 0.42% -
HSV(B) 159.34º 0.99% 0.84% -
XYZ 28.88 50.03 33.33 -
YUV 142.29 127.26 27.94 -
System Red Green Blue C M Y K H S L
Decimal 2 214 141 0.99 0 0.34 0.16 159.34 0.98 0.42
Hex 2 D6 8D 63 0 22 10 9F 62 2A
Octal 2 326 215 143 0 42 20 237 142 52
Binary 10 11010110 10001101 1100011 0 100010 10000 10011111 1100010 101010

Color Harmonies of #02D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D68D

Black with #02D68D

Text Example


Text Example

White with #02D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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