Html Css Color HEX #BBF122 Inch Worm

📋 copy color: '#BBF122'

red 187 ◦ green 241 ◦ blue 34

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

Shades of Inch Worm #BBF122

Tints of Inch Worm #BBF122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.36%

R = 40.48%
G = 52.16%
B = 7.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#BBF122 (or 0xBBF122) is known color: Inch Worm. HEX triplet: BB, F1 and 22. RGB value is (187,241,34). Sum of RGB (Red+Green+Blue) = 187+241+34=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF122 is #440EDD. Grayscale: #CACACA. Windows color (decimal): -4460254 or 2290107. OLE color: 2290107.

HSL color Cylindrical-coordinate representation of color #BBF122: hue angle of 75.65º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBF122 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 34 -
CMYK 0.22 0 0.86 0.05
HSL 75.65º 0.88% 0.54% -
HSV(B) 75.65º 0.86% 0.95% -
XYZ 52.24 73.59 12.96 -
YUV 201.26 33.61 117.83 -
System Red Green Blue C M Y K H S L
Decimal 187 241 34 0.22 0 0.86 0.05 75.65 0.88 0.54
Hex BB F1 22 16 0 56 5 4C 58 36
Octal 273 361 42 26 0 126 5 114 130 66
Binary 10111011 11110001 100010 10110 0 1010110 101 1001100 1011000 110110

Color Harmonies of #BBF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF122

Black with #BBF122

Text Example


Text Example

White with #BBF122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF122; }

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

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

background-color css

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

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

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

border-color css

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

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

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