Html Css Color HEX #05DC83 Caribbean Green

📋 copy color: '#05DC83'

red 5 ◦ green 220 ◦ blue 131

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

Shades of Caribbean Green #05DC83

Tints of Caribbean Green #05DC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.8%

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 1.4%
G = 61.8%
B = 36.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#05DC83 (or 0x05DC83) is known color: Caribbean Green. HEX triplet: 05, DC and 83. RGB value is (5,220,131). Sum of RGB (Red+Green+Blue) = 5+220+131=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DC83 is #FA237C. Grayscale: #919191. Windows color (decimal): -16393085 or 8641541. OLE color: 8641541.

HSL color Cylindrical-coordinate representation of color #05DC83: hue angle of 155.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC83 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 220 131 -
CMYK 0.98 0 0.40 0.14
HSL 155.16º 0.96% 0.44% -
HSV(B) 155.16º 0.98% 0.86% -
XYZ 29.75 52.86 30.11 -
YUV 145.57 119.77 27.74 -
System Red Green Blue C M Y K H S L
Decimal 5 220 131 0.98 0 0.40 0.14 155.16 0.96 0.44
Hex 5 DC 83 62 0 28 E 9B 60 2C
Octal 5 334 203 142 0 50 16 233 140 54
Binary 101 11011100 10000011 1100010 0 101000 1110 10011011 1100000 101100

Color Harmonies of #05DC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DC83

Black with #05DC83

Text Example


Text Example

White with #05DC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,220,131); }

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

background-color css

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

 a { background-color: rgb(5,220,131); }

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

border-color css

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

 span { border-color: rgb(5,220,131); }

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