Html Css Color HEX #BFFA40 Green Yellow

📋 copy color: '#BFFA40'

red 191 ◦ green 250 ◦ blue 64

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

Shades of Green Yellow #BFFA40

Tints of Green Yellow #BFFA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.5%

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

R = 37.82%
G = 49.5%
B = 12.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#BFFA40 (or 0xBFFA40) is known color: Green Yellow. HEX triplet: BF, FA and 40. RGB value is (191,250,64). Sum of RGB (Red+Green+Blue) = 191+250+64=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFA40 is #4005BF. Grayscale: #D3D3D3. Windows color (decimal): -4195776 or 4258495. OLE color: 4258495.

HSL color Cylindrical-coordinate representation of color #BFFA40: hue angle of 79.03º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFFA40 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 250 64 -
CMYK 0.24 0 0.74 0.02
HSL 79.03º 0.95% 0.62% -
HSV(B) 79.03º 0.74% 0.98% -
XYZ 56.6 79.82 17.27 -
YUV 211.16 44.95 113.62 -
System Red Green Blue C M Y K H S L
Decimal 191 250 64 0.24 0 0.74 0.02 79.03 0.95 0.62
Hex BF FA 40 18 0 4A 2 4F 5F 3E
Octal 277 372 100 30 0 112 2 117 137 76
Binary 10111111 11111010 1000000 11000 0 1001010 10 1001111 1011111 111110

Color Harmonies of #BFFA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFA40

Black with #BFFA40

Text Example


Text Example

White with #BFFA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFA40; }

 p { color: rgb(191,250,64); }

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

background-color css

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

 a { background-color: rgb(191,250,64); }

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

border-color css

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

 span { border-color: rgb(191,250,64); }

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