Html Css Color HEX #BBF130 Green Yellow

📋 copy color: '#BBF130'

red 187 ◦ green 241 ◦ blue 48

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

Shades of Green Yellow #BBF130

Tints of Green Yellow #BBF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.08%

R = 39.29%
G = 50.63%
B = 10.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#BBF130 (or 0xBBF130) is known color: Green Yellow. HEX triplet: BB, F1 and 30. RGB value is (187,241,48). Sum of RGB (Red+Green+Blue) = 187+241+48=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF130 is #440ECF. Grayscale: #CBCBCB. Windows color (decimal): -4460240 or 3207611. OLE color: 3207611.

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

Color convert

RGB 187 241 48 -
CMYK 0.22 0 0.80 0.05
HSL 76.79º 0.87% 0.57% -
HSV(B) 76.79º 0.8% 0.95% -
XYZ 52.48 73.69 14.25 -
YUV 202.85 40.61 116.69 -
System Red Green Blue C M Y K H S L
Decimal 187 241 48 0.22 0 0.80 0.05 76.79 0.87 0.57
Hex BB F1 30 16 0 50 5 4D 57 39
Octal 273 361 60 26 0 120 5 115 127 71
Binary 10111011 11110001 110000 10110 0 1010000 101 1001101 1010111 111001

Color Harmonies of #BBF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF130

Black with #BBF130

Text Example


Text Example

White with #BBF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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