Html Css Color HEX #05D18A Caribbean Green

📋 copy color: '#05D18A'

red 5 ◦ green 209 ◦ blue 138

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

Shades of Caribbean Green #05D18A

Tints of Caribbean Green #05D18A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.38%

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 1.42%
G = 59.38%
B = 39.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#05D18A (or 0x05D18A) is known color: Caribbean Green. HEX triplet: 05, D1 and 8A. RGB value is (5,209,138). Sum of RGB (Red+Green+Blue) = 5+209+138=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #05D18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D18A is #FA2E75. Grayscale: #8B8B8B. Windows color (decimal): -16395894 or 9097477. OLE color: 9097477.

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

Color convert

RGB 5 209 138 -
CMYK 0.98 0 0.34 0.18
HSL 159.12º 0.95% 0.42% -
HSV(B) 159.12º 0.98% 0.82% -
XYZ 27.45 47.47 31.76 -
YUV 139.91 126.91 31.77 -
System Red Green Blue C M Y K H S L
Decimal 5 209 138 0.98 0 0.34 0.18 159.12 0.95 0.42
Hex 5 D1 8A 62 0 22 12 9F 5F 2A
Octal 5 321 212 142 0 42 22 237 137 52
Binary 101 11010001 10001010 1100010 0 100010 10010 10011111 1011111 101010

Color Harmonies of #05D18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D18A

Black with #05D18A

Text Example


Text Example

White with #05D18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,209,138); }

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

background-color css

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

 a { background-color: rgb(5,209,138); }

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

border-color css

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

 span { border-color: rgb(5,209,138); }

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