Html Css Color HEX #07DB09 Free Speech Green

📋 copy color: '#07DB09'

red 7 ◦ green 219 ◦ blue 9

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

Shades of Free Speech Green #07DB09

Tints of Free Speech Green #07DB09

RGB

 RED value IS 7 (3.13% from 255) = 2.98%

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

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

R = 2.98%
G = 93.19%
B = 3.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#07DB09 (or 0x07DB09) is known color: Free Speech Green. HEX triplet: 07, DB and 09. RGB value is (7,219,9). Sum of RGB (Red+Green+Blue) = 7+219+9=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 219 (85.94% from 255 or 93.19% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DB09 is #F824F6. Grayscale: #848484. Windows color (decimal): -16262391 or 645895. OLE color: 645895.

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

Color convert

RGB 7 219 9 -
CMYK 0.97 0 0.96 0.14
HSL 120.57º 0.94% 0.44% -
HSV(B) 120.57º 0.97% 0.86% -
XYZ 25.47 50.73 8.71 -
YUV 131.67 58.76 39.08 -
System Red Green Blue C M Y K H S L
Decimal 7 219 9 0.97 0 0.96 0.14 120.57 0.94 0.44
Hex 7 DB 9 61 0 60 E 79 5E 2C
Octal 7 333 11 141 0 140 16 171 136 54
Binary 111 11011011 1001 1100001 0 1100000 1110 1111001 1011110 101100

Color Harmonies of #07DB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DB09

Black with #07DB09

Text Example


Text Example

White with #07DB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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