Html Css Color HEX #BBF10F Inch Worm

📋 copy color: '#BBF10F'

red 187 ◦ green 241 ◦ blue 15

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

Shades of Inch Worm #BBF10F

Tints of Inch Worm #BBF10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 42.21%
G = 54.4%
B = 3.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#BBF10F (or 0xBBF10F) is known color: Inch Worm. HEX triplet: BB, F1 and 0F. RGB value is (187,241,15). Sum of RGB (Red+Green+Blue) = 187+241+15=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF10F is #440EF0. Grayscale: #C7C7C7. Windows color (decimal): -4460273 or 1044923. OLE color: 1044923.

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

Color convert

RGB 187 241 15 -
CMYK 0.22 0 0.94 0.05
HSL 74.34º 0.89% 0.5% -
HSV(B) 74.34º 0.94% 0.95% -
XYZ 52.04 73.51 11.9 -
YUV 199.09 24.11 119.38 -
System Red Green Blue C M Y K H S L
Decimal 187 241 15 0.22 0 0.94 0.05 74.34 0.89 0.5
Hex BB F1 F 16 0 5E 5 4A 59 32
Octal 273 361 17 26 0 136 5 112 131 62
Binary 10111011 11110001 1111 10110 0 1011110 101 1001010 1011001 110010

Color Harmonies of #BBF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF10F

Black with #BBF10F

Text Example


Text Example

White with #BBF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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