Html Css Color HEX #BBF114 Inch Worm

📋 copy color: '#BBF114'

red 187 ◦ green 241 ◦ blue 20

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

Shades of Inch Worm #BBF114

Tints of Inch Worm #BBF114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.79%

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 41.74%
G = 53.79%
B = 4.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#BBF114 (or 0xBBF114) is known color: Inch Worm. HEX triplet: BB, F1 and 14. RGB value is (187,241,20). Sum of RGB (Red+Green+Blue) = 187+241+20=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF114 is #440EEB. Grayscale: #C8C8C8. Windows color (decimal): -4460268 or 1372603. OLE color: 1372603.

HSL color Cylindrical-coordinate representation of color #BBF114: hue angle of 74.66º degrees, saturation: 0.89, 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 #BBF114 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 20 -
CMYK 0.22 0 0.92 0.05
HSL 74.66º 0.89% 0.51% -
HSV(B) 74.66º 0.92% 0.95% -
XYZ 52.08 73.53 12.11 -
YUV 199.66 26.61 118.97 -
System Red Green Blue C M Y K H S L
Decimal 187 241 20 0.22 0 0.92 0.05 74.66 0.89 0.51
Hex BB F1 14 16 0 5C 5 4B 59 33
Octal 273 361 24 26 0 134 5 113 131 63
Binary 10111011 11110001 10100 10110 0 1011100 101 1001011 1011001 110011

Color Harmonies of #BBF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF114

Black with #BBF114

Text Example


Text Example

White with #BBF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF114; }

 p { color: rgb(187,241,20); }

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

background-color css

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

 a { background-color: rgb(187,241,20); }

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

border-color css

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

 span { border-color: rgb(187,241,20); }

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