Html Css Color HEX #08DB04 Free Speech Green

📋 copy color: '#08DB04'

red 8 ◦ green 219 ◦ blue 4

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

Shades of Free Speech Green #08DB04

Tints of Free Speech Green #08DB04

RGB

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

 GREEN value IS 219 (85.94% from 255) = 94.81%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 3.46%
G = 94.81%
B = 1.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#08DB04 (or 0x08DB04) is known color: Free Speech Green. HEX triplet: 08, DB and 04. RGB value is (8,219,4). Sum of RGB (Red+Green+Blue) = 8+219+4=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 219 (85.94% from 255 or 94.81% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DB04 is #F724FB. Grayscale: #848484. Windows color (decimal): -16196860 or 318216. OLE color: 318216.

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

Color convert

RGB 8 219 4 -
CMYK 0.96 0 0.98 0.14
HSL 118.88º 0.96% 0.44% -
HSV(B) 118.88º 0.98% 0.86% -
XYZ 25.45 50.72 8.56 -
YUV 131.4 56.1 39.98 -
System Red Green Blue C M Y K H S L
Decimal 8 219 4 0.96 0 0.98 0.14 118.88 0.96 0.44
Hex 8 DB 4 60 0 62 E 77 60 2C
Octal 10 333 4 140 0 142 16 167 140 54
Binary 1000 11011011 100 1100000 0 1100010 1110 1110111 1100000 101100

Color Harmonies of #08DB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DB04

Black with #08DB04

Text Example


Text Example

White with #08DB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,219,4); }

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

background-color css

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

 a { background-color: rgb(8,219,4); }

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

border-color css

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

 span { border-color: rgb(8,219,4); }

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