#08BD4B

Color #08BD4B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #08BD4B

Tints of Dark Pastel Green #08BD4B

Color information

#08BD4B (or 0x08BD4B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, BD and 4B. RGB value is (8,189,75). Sum of RGB (Red+Green+Blue) = 8+189+75=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BD4B is #F742B4. Grayscale: #7A7A7A. Windows color (decimal): -16204469 or 4963592. OLE color: 4963592.

HSL color Cylindrical-coordinate representation of color #08BD4B: hue angle of 142.21º 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 #08BD4B is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB818975-
CMYK0.9600.600.26
HSL142.21º91.88%38.63%-
HSV(B)142.21º95.77%74.12%-
XYZ19.5736.9512.76-
YUV121.88101.5346.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 189 (74.22% from 255) = 69.49%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=2.94%
G=69.49%
B=27.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8189750.9600.600.26142.2191.8838.63
Hex8BD4B6003C1A8e5c27
Octal102751131400743221613447
Binary10001011110110010111100000011110011010100011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08BD4B;
 }
 .AnyTagClassName
 {
   color: #08BD4B;
 }
</style>
background-color css

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

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

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

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

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

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