Html Css Color HEX #BBF140 Green Yellow

📋 copy color: '#BBF140'

red 187 ◦ green 241 ◦ blue 64

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

Shades of Green Yellow #BBF140

Tints of Green Yellow #BBF140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 38.01%
G = 48.98%
B = 13.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BBF140 (or 0xBBF140) is known color: Green Yellow. HEX triplet: BB, F1 and 40. RGB value is (187,241,64). Sum of RGB (Red+Green+Blue) = 187+241+64=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF140 is #440EBF. Grayscale: #CDCDCD. Windows color (decimal): -4460224 or 4256187. OLE color: 4256187.

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

Color convert

RGB 187 241 64 -
CMYK 0.22 0 0.73 0.05
HSL 78.31º 0.86% 0.6% -
HSV(B) 78.31º 0.73% 0.95% -
XYZ 52.87 73.85 16.32 -
YUV 204.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 187 241 64 0.22 0 0.73 0.05 78.31 0.86 0.6
Hex BB F1 40 16 0 49 5 4E 56 3C
Octal 273 361 100 26 0 111 5 116 126 74
Binary 10111011 11110001 1000000 10110 0 1001001 101 1001110 1010110 111100

Color Harmonies of #BBF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF140

Black with #BBF140

Text Example


Text Example

White with #BBF140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF140; }

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

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

background-color css

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

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

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

border-color css

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

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

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