Html Css Color HEX #BBF212 Inch Worm

📋 copy color: '#BBF212'

red 187 ◦ green 242 ◦ blue 18

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

Shades of Inch Worm #BBF212

Tints of Inch Worm #BBF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.14%

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 41.83%
G = 54.14%
B = 4.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BBF212 (or 0xBBF212) is known color: Inch Worm. HEX triplet: BB, F2 and 12. RGB value is (187,242,18). Sum of RGB (Red+Green+Blue) = 187+242+18=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF212 is #440DED. Grayscale: #C8C8C8. Windows color (decimal): -4460014 or 1241787. OLE color: 1241787.

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

Color convert

RGB 187 242 18 -
CMYK 0.23 0 0.93 0.05
HSL 74.73º 0.9% 0.51% -
HSV(B) 74.73º 0.93% 0.95% -
XYZ 52.35 74.11 12.12 -
YUV 200.02 25.28 118.71 -
System Red Green Blue C M Y K H S L
Decimal 187 242 18 0.23 0 0.93 0.05 74.73 0.9 0.51
Hex BB F2 12 17 0 5D 5 4B 5A 33
Octal 273 362 22 27 0 135 5 113 132 63
Binary 10111011 11110010 10010 10111 0 1011101 101 1001011 1011010 110011

Color Harmonies of #BBF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF212

Black with #BBF212

Text Example


Text Example

White with #BBF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF212; }

 p { color: rgb(187,242,18); }

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

background-color css

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

 a { background-color: rgb(187,242,18); }

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

border-color css

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

 span { border-color: rgb(187,242,18); }

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