Html Css Color HEX #05D393 Caribbean Green

📋 copy color: '#05D393'

red 5 ◦ green 211 ◦ blue 147

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

Shades of Caribbean Green #05D393

Tints of Caribbean Green #05D393

RGB

 RED value IS 5 (2.34% from 255) = 1.38%

 GREEN value IS 211 (82.81% from 255) = 58.13%

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

R = 1.38%
G = 58.13%
B = 40.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#05D393 (or 0x05D393) is known color: Caribbean Green. HEX triplet: 05, D3 and 93. RGB value is (5,211,147). Sum of RGB (Red+Green+Blue) = 5+211+147=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #05D393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D393 is #FA2C6C. Grayscale: #8E8E8E. Windows color (decimal): -16395373 or 9687813. OLE color: 9687813.

HSL color Cylindrical-coordinate representation of color #05D393: hue angle of 161.36º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D393 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 211 147 -
CMYK 0.98 0 0.30 0.17
HSL 161.36º 0.95% 0.42% -
HSV(B) 161.36º 0.98% 0.83% -
XYZ 28.62 48.73 35.5 -
YUV 142.11 130.75 30.2 -
System Red Green Blue C M Y K H S L
Decimal 5 211 147 0.98 0 0.30 0.17 161.36 0.95 0.42
Hex 5 D3 93 62 0 1E 11 A1 5F 2A
Octal 5 323 223 142 0 36 21 241 137 52
Binary 101 11010011 10010011 1100010 0 11110 10001 10100001 1011111 101010

Color Harmonies of #05D393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D393

Black with #05D393

Text Example


Text Example

White with #05D393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05D393; }

 p { color: rgb(5,211,147); }

 H1.HeaderClassName
 {
   color: #05D393;
 }
 .AnyTagClassName
 {
   color: #05D393;
 }
</style>

background-color css

<style>
 a { background-color: #05D393; }

 a { background-color: rgb(5,211,147); }

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

border-color css

<style>
 span { border-color: #05D393; }

 span { border-color: rgb(5,211,147); }

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