Html Css Color HEX #08BD55 Pigment Green

📋 copy color: '#08BD55'

red 8 ◦ green 189 ◦ blue 85

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

Shades of Pigment Green #08BD55

Tints of Pigment Green #08BD55

RGB

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

 GREEN value IS 189 (74.22% from 255) = 67.02%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 2.84%
G = 67.02%
B = 30.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#08BD55 (or 0x08BD55) is known color: Pigment Green. HEX triplet: 08, BD and 55. RGB value is (8,189,85). Sum of RGB (Red+Green+Blue) = 8+189+85=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 189 (74.22% from 255 or 67.02% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BD55 is #F742AA. Grayscale: #7B7B7B. Windows color (decimal): -16204459 or 5618952. OLE color: 5618952.

HSL color Cylindrical-coordinate representation of color #08BD55: hue angle of 145.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD55 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 85 -
CMYK 0.96 0 0.55 0.26
HSL 145.52º 0.92% 0.39% -
HSV(B) 145.52º 0.96% 0.74% -
XYZ 19.94 37.1 14.71 -
YUV 123.03 106.53 45.96 -
System Red Green Blue C M Y K H S L
Decimal 8 189 85 0.96 0 0.55 0.26 145.52 0.92 0.39
Hex 8 BD 55 60 0 37 1A 92 5C 27
Octal 10 275 125 140 0 67 32 222 134 47
Binary 1000 10111101 1010101 1100000 0 110111 11010 10010010 1011100 100111

Color Harmonies of #08BD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD55

Black with #08BD55

Text Example


Text Example

White with #08BD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,189,85); }

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

background-color css

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

 a { background-color: rgb(8,189,85); }

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

border-color css

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

 span { border-color: rgb(8,189,85); }

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