Html Css Color HEX #B3F10C Inch Worm

📋 copy color: '#B3F10C'

red 179 ◦ green 241 ◦ blue 12

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

Shades of Inch Worm #B3F10C

Tints of Inch Worm #B3F10C

RGB

 RED value IS 179 (70.31% from 255) = 41.44%

 GREEN value IS 241 (94.53% from 255) = 55.79%

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 41.44%
G = 55.79%
B = 2.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#B3F10C (or 0xB3F10C) is known color: Inch Worm. HEX triplet: B3, F1 and 0C. RGB value is (179,241,12). Sum of RGB (Red+Green+Blue) = 179+241+12=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F10C is #4C0EF3. Grayscale: #C5C5C5. Windows color (decimal): -4984564 or 848307. OLE color: 848307.

HSL color Cylindrical-coordinate representation of color #B3F10C: hue angle of 76.24º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3F10C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 241 12 -
CMYK 0.26 0 0.95 0.05
HSL 76.24º 0.91% 0.5% -
HSV(B) 76.24º 0.95% 0.95% -
XYZ 50.11 72.52 11.7 -
YUV 196.36 23.96 115.62 -
System Red Green Blue C M Y K H S L
Decimal 179 241 12 0.26 0 0.95 0.05 76.24 0.91 0.5
Hex B3 F1 C 1A 0 5F 5 4C 5B 32
Octal 263 361 14 32 0 137 5 114 133 62
Binary 10110011 11110001 1100 11010 0 1011111 101 1001100 1011011 110010

Color Harmonies of #B3F10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F10C

Black with #B3F10C

Text Example


Text Example

White with #B3F10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F10C; }

 p { color: rgb(179,241,12); }

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

background-color css

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

 a { background-color: rgb(179,241,12); }

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

border-color css

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

 span { border-color: rgb(179,241,12); }

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