Html Css Color HEX #BBF132 Green Yellow

📋 copy color: '#BBF132'

red 187 ◦ green 241 ◦ blue 50

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

Shades of Green Yellow #BBF132

Tints of Green Yellow #BBF132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.46%

R = 39.12%
G = 50.42%
B = 10.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#BBF132 (or 0xBBF132) is known color: Green Yellow. HEX triplet: BB, F1 and 32. RGB value is (187,241,50). Sum of RGB (Red+Green+Blue) = 187+241+50=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF132 is #440ECD. Grayscale: #CBCBCB. Windows color (decimal): -4460238 or 3338683. OLE color: 3338683.

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

Color convert

RGB 187 241 50 -
CMYK 0.22 0 0.79 0.05
HSL 76.96º 0.87% 0.57% -
HSV(B) 76.96º 0.79% 0.95% -
XYZ 52.52 73.71 14.48 -
YUV 203.08 41.61 116.53 -
System Red Green Blue C M Y K H S L
Decimal 187 241 50 0.22 0 0.79 0.05 76.96 0.87 0.57
Hex BB F1 32 16 0 4F 5 4D 57 39
Octal 273 361 62 26 0 117 5 115 127 71
Binary 10111011 11110001 110010 10110 0 1001111 101 1001101 1010111 111001

Color Harmonies of #BBF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF132

Black with #BBF132

Text Example


Text Example

White with #BBF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF132; }

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

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

background-color css

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

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

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

border-color css

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

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

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