Html Css Color HEX #BFFF48 Green Yellow

📋 copy color: '#BFFF48'

red 191 ◦ green 255 ◦ blue 72

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

Shades of Green Yellow #BFFF48

Tints of Green Yellow #BFFF48

RGB

 RED value IS 191 (75% from 255) = 36.87%

 GREEN value IS 255 (100% from 255) = 49.23%

 BLUE value IS 72 (28.52% from 255) = 13.9%

R = 36.87%
G = 49.23%
B = 13.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#BFFF48 (or 0xBFFF48) is known color: Green Yellow. HEX triplet: BF, FF and 48. RGB value is (191,255,72). Sum of RGB (Red+Green+Blue) = 191+255+72=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF48 is #4000B7. Grayscale: #D7D7D7. Windows color (decimal): -4194488 or 4784063. OLE color: 4784063.

HSL color Cylindrical-coordinate representation of color #BFFF48: hue angle of 80.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFFF48 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 191 255 72 -
CMYK 0.25 0 0.72 0
HSL 80.98º 1% 0.64% -
HSV(B) 80.98º 0.72% 1% -
XYZ 58.42 83.06 19.09 -
YUV 215 47.3 110.88 -
System Red Green Blue C M Y K H S L
Decimal 191 255 72 0.25 0 0.72 0 80.98 1 0.64
Hex BF FF 48 19 0 48 0 51 64 40
Octal 277 377 110 31 0 110 0 121 144 100
Binary 10111111 11111111 1001000 11001 0 1001000 0 1010001 1100100 1000000

Color Harmonies of #BFFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF48

Black with #BFFF48

Text Example


Text Example

White with #BFFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF48; }

 p { color: rgb(191,255,72); }

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

background-color css

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

 a { background-color: rgb(191,255,72); }

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

border-color css

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

 span { border-color: rgb(191,255,72); }

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