Html Css Color HEX #BBF018 Inch Worm

📋 copy color: '#BBF018'

red 187 ◦ green 240 ◦ blue 24

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

Shades of Inch Worm #BBF018

Tints of Inch Worm #BBF018

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.22%

 BLUE value IS 24 (9.77% from 255) = 5.32%

R = 41.46%
G = 53.22%
B = 5.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#BBF018 (or 0xBBF018) is known color: Inch Worm. HEX triplet: BB, F0 and 18. RGB value is (187,240,24). Sum of RGB (Red+Green+Blue) = 187+240+24=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF018 is #440FE7. Grayscale: #C8C8C8. Windows color (decimal): -4460520 or 1634491. OLE color: 1634491.

HSL color Cylindrical-coordinate representation of color #BBF018: hue angle of 74.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBF018 is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 24 -
CMYK 0.22 0 0.9 0.06
HSL 74.72º 0.88% 0.52% -
HSV(B) 74.72º 0.9% 0.94% -
XYZ 51.82 72.95 12.21 -
YUV 199.53 28.94 119.06 -
System Red Green Blue C M Y K H S L
Decimal 187 240 24 0.22 0 0.9 0.06 74.72 0.88 0.52
Hex BB F0 18 16 0 5A 6 4B 58 34
Octal 273 360 30 26 0 132 6 113 130 64
Binary 10111011 11110000 11000 10110 0 1011010 110 1001011 1011000 110100

Color Harmonies of #BBF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF018

Black with #BBF018

Text Example


Text Example

White with #BBF018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF018; }

 p { color: rgb(187,240,24); }

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

background-color css

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

 a { background-color: rgb(187,240,24); }

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

border-color css

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

 span { border-color: rgb(187,240,24); }

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