Html Css Color HEX #03CD93 Caribbean Green

📋 copy color: '#03CD93'

red 3 ◦ green 205 ◦ blue 147

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

Shades of Caribbean Green #03CD93

Tints of Caribbean Green #03CD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.75%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 0.85%
G = 57.75%
B = 41.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#03CD93 (or 0x03CD93) is known color: Caribbean Green. HEX triplet: 03, CD and 93. RGB value is (3,205,147). Sum of RGB (Red+Green+Blue) = 3+205+147=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #03CD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CD93 is #FC326C. Grayscale: #8A8A8A. Windows color (decimal): -16527981 or 9686275. OLE color: 9686275.

HSL color Cylindrical-coordinate representation of color #03CD93: hue angle of 162.77º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CD93 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 205 147 -
CMYK 0.99 0 0.28 0.20
HSL 162.77º 0.97% 0.41% -
HSV(B) 162.77º 0.99% 0.8% -
XYZ 27.14 45.79 35.01 -
YUV 137.99 133.08 31.72 -
System Red Green Blue C M Y K H S L
Decimal 3 205 147 0.99 0 0.28 0.20 162.77 0.97 0.41
Hex 3 CD 93 63 0 1C 14 A3 61 29
Octal 3 315 223 143 0 34 24 243 141 51
Binary 11 11001101 10010011 1100011 0 11100 10100 10100011 1100001 101001

Color Harmonies of #03CD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CD93

Black with #03CD93

Text Example


Text Example

White with #03CD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,205,147); }

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

background-color css

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

 a { background-color: rgb(3,205,147); }

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

border-color css

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

 span { border-color: rgb(3,205,147); }

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