Html Css Color HEX #BBF50E Inch Worm

📋 copy color: '#BBF50E'

red 187 ◦ green 245 ◦ blue 14

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

Shades of Inch Worm #BBF50E

Tints of Inch Worm #BBF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.93%

 BLUE value IS 14 (5.86% from 255) = 3.14%

R = 41.93%
G = 54.93%
B = 3.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#BBF50E (or 0xBBF50E) is known color: Inch Worm. HEX triplet: BB, F5 and 0E. RGB value is (187,245,14). Sum of RGB (Red+Green+Blue) = 187+245+14=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF50E is #440AF1. Grayscale: #CACACA. Windows color (decimal): -4459250 or 980411. OLE color: 980411.

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

Color convert

RGB 187 245 14 -
CMYK 0.24 0 0.94 0.04
HSL 75.06º 0.92% 0.51% -
HSV(B) 75.06º 0.94% 0.96% -
XYZ 53.23 75.9 12.26 -
YUV 201.32 22.28 117.78 -
System Red Green Blue C M Y K H S L
Decimal 187 245 14 0.24 0 0.94 0.04 75.06 0.92 0.51
Hex BB F5 E 18 0 5E 4 4B 5C 33
Octal 273 365 16 30 0 136 4 113 134 63
Binary 10111011 11110101 1110 11000 0 1011110 100 1001011 1011100 110011

Color Harmonies of #BBF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF50E

Black with #BBF50E

Text Example


Text Example

White with #BBF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF50E; }

 p { color: rgb(187,245,14); }

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

background-color css

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

 a { background-color: rgb(187,245,14); }

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

border-color css

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

 span { border-color: rgb(187,245,14); }

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