Html Css Color HEX #08D52B Dark Pastel Green

📋 copy color: '#08D52B'

red 8 ◦ green 213 ◦ blue 43

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

Shades of Dark Pastel Green #08D52B

Tints of Dark Pastel Green #08D52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.68%

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 3.03%
G = 80.68%
B = 16.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#08D52B (or 0x08D52B) is known color: Dark Pastel Green. HEX triplet: 08, D5 and 2B. RGB value is (8,213,43). Sum of RGB (Red+Green+Blue) = 8+213+43=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #08D52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D52B is #F72AD4. Grayscale: #848484. Windows color (decimal): -16198357 or 2872584. OLE color: 2872584.

HSL color Cylindrical-coordinate representation of color #08D52B: hue angle of 130.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D52B is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 213 43 -
CMYK 0.96 0 0.80 0.16
HSL 130.24º 0.93% 0.43% -
HSV(B) 130.24º 0.96% 0.84% -
XYZ 24.33 47.81 10.23 -
YUV 132.33 77.58 39.32 -
System Red Green Blue C M Y K H S L
Decimal 8 213 43 0.96 0 0.80 0.16 130.24 0.93 0.43
Hex 8 D5 2B 60 0 50 10 82 5D 2B
Octal 10 325 53 140 0 120 20 202 135 53
Binary 1000 11010101 101011 1100000 0 1010000 10000 10000010 1011101 101011

Color Harmonies of #08D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D52B

Black with #08D52B

Text Example


Text Example

White with #08D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,213,43); }

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

background-color css

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

 a { background-color: rgb(8,213,43); }

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

border-color css

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

 span { border-color: rgb(8,213,43); }

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