Html Css Color HEX #02CB7D Caribbean Green

📋 copy color: '#02CB7D'

red 2 ◦ green 203 ◦ blue 125

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

Shades of Caribbean Green #02CB7D

Tints of Caribbean Green #02CB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.52%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 0.61%
G = 61.52%
B = 37.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#02CB7D (or 0x02CB7D) is known color: Caribbean Green. HEX triplet: 02, CB and 7D. RGB value is (2,203,125). Sum of RGB (Red+Green+Blue) = 2+203+125=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB7D is #FD3482. Grayscale: #868686. Windows color (decimal): -16594051 or 8243970. OLE color: 8243970.

HSL color Cylindrical-coordinate representation of color #02CB7D: hue angle of 156.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB7D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 203 125 -
CMYK 0.99 0 0.38 0.20
HSL 156.72º 0.98% 0.4% -
HSV(B) 156.72º 0.99% 0.8% -
XYZ 25.08 44.21 26.61 -
YUV 134.01 122.91 33.84 -
System Red Green Blue C M Y K H S L
Decimal 2 203 125 0.99 0 0.38 0.20 156.72 0.98 0.4
Hex 2 CB 7D 63 0 26 14 9D 62 28
Octal 2 313 175 143 0 46 24 235 142 50
Binary 10 11001011 1111101 1100011 0 100110 10100 10011101 1100010 101000

Color Harmonies of #02CB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB7D

Black with #02CB7D

Text Example


Text Example

White with #02CB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,203,125); }

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

background-color css

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

 a { background-color: rgb(2,203,125); }

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

border-color css

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

 span { border-color: rgb(2,203,125); }

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