Html Css Color HEX #03D582 Caribbean Green

📋 copy color: '#03D582'

red 3 ◦ green 213 ◦ blue 130

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

Shades of Caribbean Green #03D582

Tints of Caribbean Green #03D582

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

 GREEN value IS 213 (83.59% from 255) = 61.56%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 0.87%
G = 61.56%
B = 37.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#03D582 (or 0x03D582) is known color: Caribbean Green. HEX triplet: 03, D5 and 82. RGB value is (3,213,130). Sum of RGB (Red+Green+Blue) = 3+213+130=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #03D582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D582 is #FC2A7D. Grayscale: #8C8C8C. Windows color (decimal): -16525950 or 8574211. OLE color: 8574211.

HSL color Cylindrical-coordinate representation of color #03D582: hue angle of 156.29º degrees, saturation: 0.97, 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 #03D582 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 213 130 -
CMYK 0.99 0 0.39 0.16
HSL 156.29º 0.97% 0.42% -
HSV(B) 156.29º 0.99% 0.84% -
XYZ 27.86 49.22 29.15 -
YUV 140.75 121.93 29.75 -
System Red Green Blue C M Y K H S L
Decimal 3 213 130 0.99 0 0.39 0.16 156.29 0.97 0.42
Hex 3 D5 82 63 0 27 10 9C 61 2A
Octal 3 325 202 143 0 47 20 234 141 52
Binary 11 11010101 10000010 1100011 0 100111 10000 10011100 1100001 101010

Color Harmonies of #03D582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D582

Black with #03D582

Text Example


Text Example

White with #03D582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03D582; }

 p { color: rgb(3,213,130); }

 H1.HeaderClassName
 {
   color: #03D582;
 }
 .AnyTagClassName
 {
   color: #03D582;
 }
</style>

background-color css

<style>
 a { background-color: #03D582; }

 a { background-color: rgb(3,213,130); }

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

border-color css

<style>
 span { border-color: #03D582; }

 span { border-color: rgb(3,213,130); }

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