Html Css Color HEX #05DB09 Free Speech Green

📋 copy color: '#05DB09'

red 5 ◦ green 219 ◦ blue 9

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

Shades of Free Speech Green #05DB09

Tints of Free Speech Green #05DB09

RGB

 RED value IS 5 (2.34% from 255) = 2.15%

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

 BLUE value IS 9 (3.91% from 255) = 3.86%

R = 2.15%
G = 93.99%
B = 3.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#05DB09 (or 0x05DB09) is known color: Free Speech Green. HEX triplet: 05, DB and 09. RGB value is (5,219,9). Sum of RGB (Red+Green+Blue) = 5+219+9=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 219 (85.94% from 255 or 93.99% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DB09 is #FA24F6. Grayscale: #838383. Windows color (decimal): -16393463 or 645893. OLE color: 645893.

HSL color Cylindrical-coordinate representation of color #05DB09: hue angle of 121.12º 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 #05DB09 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 219 9 -
CMYK 0.98 0 0.96 0.14
HSL 121.12º 0.96% 0.44% -
HSV(B) 121.12º 0.98% 0.86% -
XYZ 25.44 50.72 8.71 -
YUV 131.07 59.1 38.08 -
System Red Green Blue C M Y K H S L
Decimal 5 219 9 0.98 0 0.96 0.14 121.12 0.96 0.44
Hex 5 DB 9 62 0 60 E 79 60 2C
Octal 5 333 11 142 0 140 16 171 140 54
Binary 101 11011011 1001 1100010 0 1100000 1110 1111001 1100000 101100

Color Harmonies of #05DB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DB09

Black with #05DB09

Text Example


Text Example

White with #05DB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DB09; }

 p { color: rgb(5,219,9); }

 H1.HeaderClassName
 {
   color: #05DB09;
 }
 .AnyTagClassName
 {
   color: #05DB09;
 }
</style>

background-color css

<style>
 a { background-color: #05DB09; }

 a { background-color: rgb(5,219,9); }

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

border-color css

<style>
 span { border-color: #05DB09; }

 span { border-color: rgb(5,219,9); }

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