Html Css Color HEX #BBF70F Inch Worm

📋 copy color: '#BBF70F'

red 187 ◦ green 247 ◦ blue 15

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

Shades of Inch Worm #BBF70F

Tints of Inch Worm #BBF70F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.01%

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

R = 41.65%
G = 55.01%
B = 3.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#BBF70F (or 0xBBF70F) is known color: Inch Worm. HEX triplet: BB, F7 and 0F. RGB value is (187,247,15). Sum of RGB (Red+Green+Blue) = 187+247+15=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF70F is #4408F0. Grayscale: #CBCBCB. Windows color (decimal): -4458737 or 1046459. OLE color: 1046459.

HSL color Cylindrical-coordinate representation of color #BBF70F: hue angle of 75.52º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBF70F is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 15 -
CMYK 0.24 0 0.94 0.03
HSL 75.52º 0.94% 0.51% -
HSV(B) 75.52º 0.94% 0.97% -
XYZ 53.84 77.12 12.5 -
YUV 202.61 22.12 116.86 -
System Red Green Blue C M Y K H S L
Decimal 187 247 15 0.24 0 0.94 0.03 75.52 0.94 0.51
Hex BB F7 F 18 0 5E 3 4C 5E 33
Octal 273 367 17 30 0 136 3 114 136 63
Binary 10111011 11110111 1111 11000 0 1011110 11 1001100 1011110 110011

Color Harmonies of #BBF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF70F

Black with #BBF70F

Text Example


Text Example

White with #BBF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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