Html Css Color HEX #08DC85 Caribbean Green

📋 copy color: '#08DC85'

red 8 ◦ green 220 ◦ blue 133

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

Shades of Caribbean Green #08DC85

Tints of Caribbean Green #08DC85

RGB

 RED value IS 8 (3.52% from 255) = 2.22%

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 2.22%
G = 60.94%
B = 36.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#08DC85 (or 0x08DC85) is known color: Caribbean Green. HEX triplet: 08, DC and 85. RGB value is (8,220,133). Sum of RGB (Red+Green+Blue) = 8+220+133=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DC85 is #F7237A. Grayscale: #929292. Windows color (decimal): -16196475 or 8772616. OLE color: 8772616.

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

Color convert

RGB 8 220 133 -
CMYK 0.96 0 0.40 0.14
HSL 155.38º 0.93% 0.45% -
HSV(B) 155.38º 0.96% 0.86% -
XYZ 29.93 52.93 30.83 -
YUV 146.69 120.26 29.07 -
System Red Green Blue C M Y K H S L
Decimal 8 220 133 0.96 0 0.40 0.14 155.38 0.93 0.45
Hex 8 DC 85 60 0 28 E 9B 5D 2D
Octal 10 334 205 140 0 50 16 233 135 55
Binary 1000 11011100 10000101 1100000 0 101000 1110 10011011 1011101 101101

Color Harmonies of #08DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC85

Black with #08DC85

Text Example


Text Example

White with #08DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08DC85; }

 p { color: rgb(8,220,133); }

 H1.HeaderClassName
 {
   color: #08DC85;
 }
 .AnyTagClassName
 {
   color: #08DC85;
 }
</style>

background-color css

<style>
 a { background-color: #08DC85; }

 a { background-color: rgb(8,220,133); }

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

border-color css

<style>
 span { border-color: #08DC85; }

 span { border-color: rgb(8,220,133); }

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