Html Css Color HEX #BBF313 Inch Worm

📋 copy color: '#BBF313'

red 187 ◦ green 243 ◦ blue 19

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

Shades of Inch Worm #BBF313

Tints of Inch Worm #BBF313

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.12%

 BLUE value IS 19 (7.81% from 255) = 4.23%

R = 41.65%
G = 54.12%
B = 4.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#BBF313 (or 0xBBF313) is known color: Inch Worm. HEX triplet: BB, F3 and 13. RGB value is (187,243,19). Sum of RGB (Red+Green+Blue) = 187+243+19=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF313 is #440CEC. Grayscale: #C9C9C9. Windows color (decimal): -4459757 or 1307579. OLE color: 1307579.

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

Color convert

RGB 187 243 19 -
CMYK 0.23 0 0.92 0.05
HSL 75º 0.9% 0.51% -
HSV(B) 75º 0.92% 0.95% -
XYZ 52.66 74.71 12.26 -
YUV 200.72 25.45 118.21 -
System Red Green Blue C M Y K H S L
Decimal 187 243 19 0.23 0 0.92 0.05 75 0.9 0.51
Hex BB F3 13 17 0 5C 5 4B 5A 33
Octal 273 363 23 27 0 134 5 113 132 63
Binary 10111011 11110011 10011 10111 0 1011100 101 1001011 1011010 110011

Color Harmonies of #BBF313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF313

Black with #BBF313

Text Example


Text Example

White with #BBF313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF313; }

 p { color: rgb(187,243,19); }

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

background-color css

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

 a { background-color: rgb(187,243,19); }

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

border-color css

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

 span { border-color: rgb(187,243,19); }

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