Html Css Color HEX #02BD5E Jade

📋 copy color: '#02BD5E'

red 2 ◦ green 189 ◦ blue 94

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

Shades of Jade #02BD5E

Tints of Jade #02BD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.32%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 0.7%
G = 66.32%
B = 32.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#02BD5E (or 0x02BD5E) is known color: Jade. HEX triplet: 02, BD and 5E. RGB value is (2,189,94). Sum of RGB (Red+Green+Blue) = 2+189+94=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD5E is #FD42A1. Grayscale: #7A7A7A. Windows color (decimal): -16597666 or 6208770. OLE color: 6208770.

HSL color Cylindrical-coordinate representation of color #02BD5E: hue angle of 149.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD5E is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 189 94 -
CMYK 0.99 0 0.50 0.26
HSL 149.52º 0.98% 0.37% -
HSV(B) 149.52º 0.99% 0.74% -
XYZ 20.24 37.22 16.71 -
YUV 122.26 112.05 42.22 -
System Red Green Blue C M Y K H S L
Decimal 2 189 94 0.99 0 0.50 0.26 149.52 0.98 0.37
Hex 2 BD 5E 63 0 32 1A 96 62 25
Octal 2 275 136 143 0 62 32 226 142 45
Binary 10 10111101 1011110 1100011 0 110010 11010 10010110 1100010 100101

Color Harmonies of #02BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD5E

Black with #02BD5E

Text Example


Text Example

White with #02BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,189,94); }

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

background-color css

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

 a { background-color: rgb(2,189,94); }

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

border-color css

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

 span { border-color: rgb(2,189,94); }

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