Html Css Color HEX #05D28D Caribbean Green

📋 copy color: '#05D28D'

red 5 ◦ green 210 ◦ blue 141

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

Shades of Caribbean Green #05D28D

Tints of Caribbean Green #05D28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.99%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 1.4%
G = 58.99%
B = 39.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#05D28D (or 0x05D28D) is known color: Caribbean Green. HEX triplet: 05, D2 and 8D. RGB value is (5,210,141). Sum of RGB (Red+Green+Blue) = 5+210+141=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #05D28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D28D is #FA2D72. Grayscale: #8C8C8C. Windows color (decimal): -16395635 or 9294341. OLE color: 9294341.

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

Color convert

RGB 5 210 141 -
CMYK 0.98 0 0.33 0.18
HSL 159.8º 0.95% 0.42% -
HSV(B) 159.8º 0.98% 0.82% -
XYZ 27.92 48.05 33 -
YUV 140.84 128.08 31.11 -
System Red Green Blue C M Y K H S L
Decimal 5 210 141 0.98 0 0.33 0.18 159.8 0.95 0.42
Hex 5 D2 8D 62 0 21 12 A0 5F 2A
Octal 5 322 215 142 0 41 22 240 137 52
Binary 101 11010010 10001101 1100010 0 100001 10010 10100000 1011111 101010

Color Harmonies of #05D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D28D

Black with #05D28D

Text Example


Text Example

White with #05D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,210,141); }

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

background-color css

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

 a { background-color: rgb(5,210,141); }

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

border-color css

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

 span { border-color: rgb(5,210,141); }

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