Html Css Color HEX #05D28A Caribbean Green

📋 copy color: '#05D28A'

red 5 ◦ green 210 ◦ blue 138

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

Shades of Caribbean Green #05D28A

Tints of Caribbean Green #05D28A

RGB

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

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

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

R = 1.42%
G = 59.49%
B = 39.09%

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

#05D28A (or 0x05D28A) is known color: Caribbean Green. HEX triplet: 05, D2 and 8A. RGB value is (5,210,138). Sum of RGB (Red+Green+Blue) = 5+210+138=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #05D28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D28A is #FA2D75. Grayscale: #8C8C8C. Windows color (decimal): -16395638 or 9097733. OLE color: 9097733.

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

Color convert

RGB 5 210 138 -
CMYK 0.98 0 0.34 0.18
HSL 158.93º 0.95% 0.42% -
HSV(B) 158.93º 0.98% 0.82% -
XYZ 27.7 47.96 31.84 -
YUV 140.5 126.58 31.35 -
System Red Green Blue C M Y K H S L
Decimal 5 210 138 0.98 0 0.34 0.18 158.93 0.95 0.42
Hex 5 D2 8A 62 0 22 12 9F 5F 2A
Octal 5 322 212 142 0 42 22 237 137 52
Binary 101 11010010 10001010 1100010 0 100010 10010 10011111 1011111 101010

Color Harmonies of #05D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D28A

Black with #05D28A

Text Example


Text Example

White with #05D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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