Html Css Color HEX #03DB85 Caribbean Green

📋 copy color: '#03DB85'

red 3 ◦ green 219 ◦ blue 133

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

Shades of Caribbean Green #03DB85

Tints of Caribbean Green #03DB85

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.69%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 0.85%
G = 61.69%
B = 37.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#03DB85 (or 0x03DB85) is known color: Caribbean Green. HEX triplet: 03, DB and 85. RGB value is (3,219,133). Sum of RGB (Red+Green+Blue) = 3+219+133=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 219 (85.94% from 255 or 61.69% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DB85 is #FC247A. Grayscale: #909090. Windows color (decimal): -16524411 or 8772355. OLE color: 8772355.

HSL color Cylindrical-coordinate representation of color #03DB85: hue angle of 156.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB85 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 219 133 -
CMYK 0.99 0 0.39 0.14
HSL 156.11º 0.97% 0.44% -
HSV(B) 156.11º 0.99% 0.86% -
XYZ 29.6 52.38 30.74 -
YUV 144.61 121.44 26.99 -
System Red Green Blue C M Y K H S L
Decimal 3 219 133 0.99 0 0.39 0.14 156.11 0.97 0.44
Hex 3 DB 85 63 0 27 E 9C 61 2C
Octal 3 333 205 143 0 47 16 234 141 54
Binary 11 11011011 10000101 1100011 0 100111 1110 10011100 1100001 101100

Color Harmonies of #03DB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB85

Black with #03DB85

Text Example


Text Example

White with #03DB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,219,133); }

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

background-color css

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

 a { background-color: rgb(3,219,133); }

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

border-color css

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

 span { border-color: rgb(3,219,133); }

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