Html Css Color HEX #05D386 Caribbean Green

📋 copy color: '#05D386'

red 5 ◦ green 211 ◦ blue 134

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

Shades of Caribbean Green #05D386

Tints of Caribbean Green #05D386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 1.43%
G = 60.29%
B = 38.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#05D386 (or 0x05D386) is known color: Caribbean Green. HEX triplet: 05, D3 and 86. RGB value is (5,211,134). Sum of RGB (Red+Green+Blue) = 5+211+134=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #05D386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D386 is #FA2C79. Grayscale: #8C8C8C. Windows color (decimal): -16395386 or 8835845. OLE color: 8835845.

HSL color Cylindrical-coordinate representation of color #05D386: hue angle of 157.57º 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 #05D386 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 211 134 -
CMYK 0.98 0 0.36 0.17
HSL 157.57º 0.95% 0.42% -
HSV(B) 157.57º 0.98% 0.83% -
XYZ 27.66 48.34 30.43 -
YUV 140.63 124.25 31.26 -
System Red Green Blue C M Y K H S L
Decimal 5 211 134 0.98 0 0.36 0.17 157.57 0.95 0.42
Hex 5 D3 86 62 0 24 11 9E 5F 2A
Octal 5 323 206 142 0 44 21 236 137 52
Binary 101 11010011 10000110 1100010 0 100100 10001 10011110 1011111 101010

Color Harmonies of #05D386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D386

Black with #05D386

Text Example


Text Example

White with #05D386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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