Html Css Color HEX #BBF00C Inch Worm

📋 copy color: '#BBF00C'

red 187 ◦ green 240 ◦ blue 12

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

Shades of Inch Worm #BBF00C

Tints of Inch Worm #BBF00C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.67%

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 42.6%
G = 54.67%
B = 2.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#BBF00C (or 0xBBF00C) is known color: Inch Worm. HEX triplet: BB, F0 and 0C. RGB value is (187,240,12). Sum of RGB (Red+Green+Blue) = 187+240+12=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF00C is #440FF3. Grayscale: #C7C7C7. Windows color (decimal): -4460532 or 848059. OLE color: 848059.

HSL color Cylindrical-coordinate representation of color #BBF00C: hue angle of 73.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF00C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 12 -
CMYK 0.22 0 0.95 0.06
HSL 73.95º 0.9% 0.49% -
HSV(B) 73.95º 0.95% 0.94% -
XYZ 51.72 72.91 11.7 -
YUV 198.16 22.94 120.04 -
System Red Green Blue C M Y K H S L
Decimal 187 240 12 0.22 0 0.95 0.06 73.95 0.9 0.49
Hex BB F0 C 16 0 5F 6 4A 5A 31
Octal 273 360 14 26 0 137 6 112 132 61
Binary 10111011 11110000 1100 10110 0 1011111 110 1001010 1011010 110001

Color Harmonies of #BBF00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF00C

Black with #BBF00C

Text Example


Text Example

White with #BBF00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF00C; }

 p { color: rgb(187,240,12); }

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

background-color css

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

 a { background-color: rgb(187,240,12); }

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

border-color css

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

 span { border-color: rgb(187,240,12); }

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