Html Css Color HEX #BFF241 Green Yellow

📋 copy color: '#BFF241'

red 191 ◦ green 242 ◦ blue 65

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

Shades of Green Yellow #BFF241

Tints of Green Yellow #BFF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.59%

 BLUE value IS 65 (25.78% from 255) = 13.05%

R = 38.35%
G = 48.59%
B = 13.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BFF241 (or 0xBFF241) is known color: Green Yellow. HEX triplet: BF, F2 and 41. RGB value is (191,242,65). Sum of RGB (Red+Green+Blue) = 191+242+65=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF241 is #400DBE. Grayscale: #CFCFCF. Windows color (decimal): -4197823 or 4321983. OLE color: 4321983.

HSL color Cylindrical-coordinate representation of color #BFF241: hue angle of 77.29º degrees, saturation: 0.87, 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 #BFF241 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 65 -
CMYK 0.21 0 0.73 0.05
HSL 77.29º 0.87% 0.6% -
HSV(B) 77.29º 0.73% 0.95% -
XYZ 54.19 74.96 16.61 -
YUV 206.57 48.1 116.89 -
System Red Green Blue C M Y K H S L
Decimal 191 242 65 0.21 0 0.73 0.05 77.29 0.87 0.6
Hex BF F2 41 15 0 49 5 4D 57 3C
Octal 277 362 101 25 0 111 5 115 127 74
Binary 10111111 11110010 1000001 10101 0 1001001 101 1001101 1010111 111100

Color Harmonies of #BFF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF241

Black with #BFF241

Text Example


Text Example

White with #BFF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF241; }

 p { color: rgb(191,242,65); }

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

background-color css

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

 a { background-color: rgb(191,242,65); }

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

border-color css

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

 span { border-color: rgb(191,242,65); }

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