Html Css Color HEX #0DD504 Free Speech Green

📋 copy color: '#0DD504'

red 13 ◦ green 213 ◦ blue 4

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

Shades of Free Speech Green #0DD504

Tints of Free Speech Green #0DD504

RGB

 RED value IS 13 (5.47% from 255) = 5.65%

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

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

R = 5.65%
G = 92.61%
B = 1.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#0DD504 (or 0x0DD504) is known color: Free Speech Green. HEX triplet: 0D, D5 and 04. RGB value is (13,213,4). Sum of RGB (Red+Green+Blue) = 13+213+4=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 213 (83.59% from 255 or 92.61% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD504 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD504 is #F22AFB. Grayscale: #828282. Windows color (decimal): -15870716 or 316685. OLE color: 316685.

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

Color convert

RGB 13 213 4 -
CMYK 0.94 0 0.98 0.16
HSL 117.42º 0.96% 0.43% -
HSV(B) 117.42º 0.98% 0.84% -
XYZ 23.98 47.68 8.05 -
YUV 129.37 57.24 44.99 -
System Red Green Blue C M Y K H S L
Decimal 13 213 4 0.94 0 0.98 0.16 117.42 0.96 0.43
Hex D D5 4 5E 0 62 10 75 60 2B
Octal 15 325 4 136 0 142 20 165 140 53
Binary 1101 11010101 100 1011110 0 1100010 10000 1110101 1100000 101011

Color Harmonies of #0DD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD504

Black with #0DD504

Text Example


Text Example

White with #0DD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DD504; }

 p { color: rgb(13,213,4); }

 H1.HeaderClassName
 {
   color: #0DD504;
 }
 .AnyTagClassName
 {
   color: #0DD504;
 }
</style>

background-color css

<style>
 a { background-color: #0DD504; }

 a { background-color: rgb(13,213,4); }

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

border-color css

<style>
 span { border-color: #0DD504; }

 span { border-color: rgb(13,213,4); }

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