Html Css Color HEX #0BCB05 Free Speech Green

📋 copy color: '#0BCB05'

red 11 ◦ green 203 ◦ blue 5

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

Shades of Free Speech Green #0BCB05

Tints of Free Speech Green #0BCB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 92.69%

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

R = 5.02%
G = 92.69%
B = 2.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#0BCB05 (or 0x0BCB05) is known color: Free Speech Green. HEX triplet: 0B, CB and 05. RGB value is (11,203,5). Sum of RGB (Red+Green+Blue) = 11+203+5=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 203 (79.69% from 255 or 92.69% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCB05 is #F434FA. Grayscale: #7B7B7B. Windows color (decimal): -16004347 or 379659. OLE color: 379659.

HSL color Cylindrical-coordinate representation of color #0BCB05: hue angle of 118.18º 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 #0BCB05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 203 5 -
CMYK 0.95 0 0.98 0.20
HSL 118.18º 0.95% 0.41% -
HSV(B) 118.18º 0.98% 0.8% -
XYZ 21.52 42.79 7.27 -
YUV 123.02 61.39 48.1 -
System Red Green Blue C M Y K H S L
Decimal 11 203 5 0.95 0 0.98 0.20 118.18 0.95 0.41
Hex B CB 5 5F 0 62 14 76 5F 29
Octal 13 313 5 137 0 142 24 166 137 51
Binary 1011 11001011 101 1011111 0 1100010 10100 1110110 1011111 101001

Color Harmonies of #0BCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCB05

Black with #0BCB05

Text Example


Text Example

White with #0BCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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