Html Css Color HEX #0CD507 Free Speech Green

📋 copy color: '#0CD507'

red 12 ◦ green 213 ◦ blue 7

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

Shades of Free Speech Green #0CD507

Tints of Free Speech Green #0CD507

RGB

 RED value IS 12 (5.08% from 255) = 5.17%

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

 BLUE value IS 7 (3.13% from 255) = 3.02%

R = 5.17%
G = 91.81%
B = 3.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#0CD507 (or 0x0CD507) is known color: Free Speech Green. HEX triplet: 0C, D5 and 07. RGB value is (12,213,7). Sum of RGB (Red+Green+Blue) = 12+213+7=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 213 (83.59% from 255 or 91.81% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD507 is #F32AF8. Grayscale: #828282. Windows color (decimal): -15936249 or 513292. OLE color: 513292.

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

Color convert

RGB 12 213 7 -
CMYK 0.94 0 0.97 0.16
HSL 118.54º 0.94% 0.43% -
HSV(B) 118.54º 0.97% 0.84% -
XYZ 23.98 47.68 8.14 -
YUV 129.42 58.91 44.25 -
System Red Green Blue C M Y K H S L
Decimal 12 213 7 0.94 0 0.97 0.16 118.54 0.94 0.43
Hex C D5 7 5E 0 61 10 77 5E 2B
Octal 14 325 7 136 0 141 20 167 136 53
Binary 1100 11010101 111 1011110 0 1100001 10000 1110111 1011110 101011

Color Harmonies of #0CD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD507

Black with #0CD507

Text Example


Text Example

White with #0CD507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,7); }

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

background-color css

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

 a { background-color: rgb(12,213,7); }

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

border-color css

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

 span { border-color: rgb(12,213,7); }

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