Html Css Color HEX #BBF112 Inch Worm

📋 copy color: '#BBF112'

red 187 ◦ green 241 ◦ blue 18

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

Shades of Inch Worm #BBF112

Tints of Inch Worm #BBF112

RGB

 RED value IS 187 (73.44% from 255) = 41.93%

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

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 41.93%
G = 54.04%
B = 4.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BBF112 (or 0xBBF112) is known color: Inch Worm. HEX triplet: BB, F1 and 12. RGB value is (187,241,18). Sum of RGB (Red+Green+Blue) = 187+241+18=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF112 is #440EED. Grayscale: #C8C8C8. Windows color (decimal): -4460270 or 1241531. OLE color: 1241531.

HSL color Cylindrical-coordinate representation of color #BBF112: hue angle of 74.53º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBF112 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 18 -
CMYK 0.22 0 0.93 0.05
HSL 74.53º 0.89% 0.51% -
HSV(B) 74.53º 0.93% 0.95% -
XYZ 52.06 73.52 12.02 -
YUV 199.43 25.61 119.13 -
System Red Green Blue C M Y K H S L
Decimal 187 241 18 0.22 0 0.93 0.05 74.53 0.89 0.51
Hex BB F1 12 16 0 5D 5 4B 59 33
Octal 273 361 22 26 0 135 5 113 131 63
Binary 10111011 11110001 10010 10110 0 1011101 101 1001011 1011001 110011

Color Harmonies of #BBF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF112

Black with #BBF112

Text Example


Text Example

White with #BBF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF112; }

 p { color: rgb(187,241,18); }

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

background-color css

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

 a { background-color: rgb(187,241,18); }

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

border-color css

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

 span { border-color: rgb(187,241,18); }

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