Html Css Color HEX #05D288 Caribbean Green

📋 copy color: '#05D288'

red 5 ◦ green 210 ◦ blue 136

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

Shades of Caribbean Green #05D288

Tints of Caribbean Green #05D288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 1.42%
G = 59.83%
B = 38.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#05D288 (or 0x05D288) is known color: Caribbean Green. HEX triplet: 05, D2 and 88. RGB value is (5,210,136). Sum of RGB (Red+Green+Blue) = 5+210+136=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #05D288 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D288 is #FA2D77. Grayscale: #8C8C8C. Windows color (decimal): -16395640 or 8966661. OLE color: 8966661.

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

Color convert

RGB 5 210 136 -
CMYK 0.98 0 0.35 0.18
HSL 158.34º 0.95% 0.42% -
HSV(B) 158.34º 0.98% 0.82% -
XYZ 27.55 47.9 31.09 -
YUV 140.27 125.58 31.52 -
System Red Green Blue C M Y K H S L
Decimal 5 210 136 0.98 0 0.35 0.18 158.34 0.95 0.42
Hex 5 D2 88 62 0 23 12 9E 5F 2A
Octal 5 322 210 142 0 43 22 236 137 52
Binary 101 11010010 10001000 1100010 0 100011 10010 10011110 1011111 101010

Color Harmonies of #05D288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D288

Black with #05D288

Text Example


Text Example

White with #05D288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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