Html Css Color HEX #05DA82 Caribbean Green

📋 copy color: '#05DA82'

red 5 ◦ green 218 ◦ blue 130

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

Shades of Caribbean Green #05DA82

Tints of Caribbean Green #05DA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.76%

 BLUE value IS 130 (51.17% from 255) = 36.83%

R = 1.42%
G = 61.76%
B = 36.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#05DA82 (or 0x05DA82) is known color: Caribbean Green. HEX triplet: 05, DA and 82. RGB value is (5,218,130). Sum of RGB (Red+Green+Blue) = 5+218+130=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DA82 is #FA257D. Grayscale: #909090. Windows color (decimal): -16393598 or 8575493. OLE color: 8575493.

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

Color convert

RGB 5 218 130 -
CMYK 0.98 0 0.40 0.15
HSL 155.21º 0.96% 0.44% -
HSV(B) 155.21º 0.98% 0.85% -
XYZ 29.16 51.79 29.58 -
YUV 144.28 119.93 28.66 -
System Red Green Blue C M Y K H S L
Decimal 5 218 130 0.98 0 0.40 0.15 155.21 0.96 0.44
Hex 5 DA 82 62 0 28 F 9B 60 2C
Octal 5 332 202 142 0 50 17 233 140 54
Binary 101 11011010 10000010 1100010 0 101000 1111 10011011 1100000 101100

Color Harmonies of #05DA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DA82

Black with #05DA82

Text Example


Text Example

White with #05DA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,218,130); }

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

background-color css

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

 a { background-color: rgb(5,218,130); }

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

border-color css

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

 span { border-color: rgb(5,218,130); }

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