Html Css Color HEX #BBF210 Inch Worm

📋 copy color: '#BBF210'

red 187 ◦ green 242 ◦ blue 16

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

Shades of Inch Worm #BBF210

Tints of Inch Worm #BBF210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.38%

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 42.02%
G = 54.38%
B = 3.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BBF210 (or 0xBBF210) is known color: Inch Worm. HEX triplet: BB, F2 and 10. RGB value is (187,242,16). Sum of RGB (Red+Green+Blue) = 187+242+16=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF210 is #440DEF. Grayscale: #C8C8C8. Windows color (decimal): -4460016 or 1110715. OLE color: 1110715.

HSL color Cylindrical-coordinate representation of color #BBF210: hue angle of 74.6º degrees, saturation: 0.9, 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 #BBF210 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 16 -
CMYK 0.23 0 0.93 0.05
HSL 74.6º 0.9% 0.51% -
HSV(B) 74.6º 0.93% 0.95% -
XYZ 52.34 74.11 12.04 -
YUV 199.79 24.28 118.88 -
System Red Green Blue C M Y K H S L
Decimal 187 242 16 0.23 0 0.93 0.05 74.6 0.9 0.51
Hex BB F2 10 17 0 5D 5 4B 5A 33
Octal 273 362 20 27 0 135 5 113 132 63
Binary 10111011 11110010 10000 10111 0 1011101 101 1001011 1011010 110011

Color Harmonies of #BBF210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF210

Black with #BBF210

Text Example


Text Example

White with #BBF210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF210; }

 p { color: rgb(187,242,16); }

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

background-color css

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

 a { background-color: rgb(187,242,16); }

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

border-color css

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

 span { border-color: rgb(187,242,16); }

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