Html Css Color HEX #07DB23 Free Speech Green

📋 copy color: '#07DB23'

red 7 ◦ green 219 ◦ blue 35

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

Shades of Free Speech Green #07DB23

Tints of Free Speech Green #07DB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 2.68%
G = 83.91%
B = 13.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#07DB23 (or 0x07DB23) is known color: Free Speech Green. HEX triplet: 07, DB and 23. RGB value is (7,219,35). Sum of RGB (Red+Green+Blue) = 7+219+35=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 219 (85.94% from 255 or 83.91% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DB23 is #F824DC. Grayscale: #878787. Windows color (decimal): -16262365 or 2349831. OLE color: 2349831.

HSL color Cylindrical-coordinate representation of color #07DB23: hue angle of 127.92º 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 #07DB23 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 219 35 -
CMYK 0.97 0 0.84 0.14
HSL 127.92º 0.94% 0.44% -
HSV(B) 127.92º 0.97% 0.86% -
XYZ 25.72 50.83 10.05 -
YUV 134.64 71.76 36.96 -
System Red Green Blue C M Y K H S L
Decimal 7 219 35 0.97 0 0.84 0.14 127.92 0.94 0.44
Hex 7 DB 23 61 0 54 E 80 5E 2C
Octal 7 333 43 141 0 124 16 200 136 54
Binary 111 11011011 100011 1100001 0 1010100 1110 10000000 1011110 101100

Color Harmonies of #07DB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DB23

Black with #07DB23

Text Example


Text Example

White with #07DB23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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