Html Css Color HEX #0BCC05 Free Speech Green

📋 copy color: '#0BCC05'

red 11 ◦ green 204 ◦ blue 5

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

Shades of Free Speech Green #0BCC05

Tints of Free Speech Green #0BCC05

RGB

 RED value IS 11 (4.69% from 255) = 5%

 GREEN value IS 204 (80.08% from 255) = 92.73%

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 5%
G = 92.73%
B = 2.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#0BCC05 (or 0x0BCC05) is known color: Free Speech Green. HEX triplet: 0B, CC and 05. RGB value is (11,204,5). Sum of RGB (Red+Green+Blue) = 11+204+5=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 204 (80.08% from 255 or 92.73% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCC05 is #F433FA. Grayscale: #7C7C7C. Windows color (decimal): -16004091 or 379915. OLE color: 379915.

HSL color Cylindrical-coordinate representation of color #0BCC05: hue angle of 118.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BCC05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 204 5 -
CMYK 0.95 0 0.98 0.2
HSL 118.19º 0.95% 0.41% -
HSV(B) 118.19º 0.98% 0.8% -
XYZ 21.76 43.27 7.35 -
YUV 123.61 61.06 47.68 -
System Red Green Blue C M Y K H S L
Decimal 11 204 5 0.95 0 0.98 0.2 118.19 0.95 0.41
Hex B CC 5 5F 0 62 14 76 5F 29
Octal 13 314 5 137 0 142 24 166 137 51
Binary 1011 11001100 101 1011111 0 1100010 10100 1110110 1011111 101001

Color Harmonies of #0BCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCC05

Black with #0BCC05

Text Example


Text Example

White with #0BCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,204,5); }

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

background-color css

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

 a { background-color: rgb(11,204,5); }

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

border-color css

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

 span { border-color: rgb(11,204,5); }

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