Html Css Color HEX #BFF12A Green Yellow

📋 copy color: '#BFF12A'

red 191 ◦ green 241 ◦ blue 42

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

Shades of Green Yellow #BFF12A

Tints of Green Yellow #BFF12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.86%

R = 40.3%
G = 50.84%
B = 8.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#BFF12A (or 0xBFF12A) is known color: Green Yellow. HEX triplet: BF, F1 and 2A. RGB value is (191,241,42). Sum of RGB (Red+Green+Blue) = 191+241+42=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF12A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF12A is #400ED5. Grayscale: #CCCCCC. Windows color (decimal): -4198102 or 2814399. OLE color: 2814399.

HSL color Cylindrical-coordinate representation of color #BFF12A: hue angle of 75.08º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFF12A is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 42 -
CMYK 0.21 0 0.83 0.05
HSL 75.08º 0.88% 0.55% -
HSV(B) 75.08º 0.83% 0.95% -
XYZ 53.36 74.15 13.69 -
YUV 203.36 36.94 119.18 -
System Red Green Blue C M Y K H S L
Decimal 191 241 42 0.21 0 0.83 0.05 75.08 0.88 0.55
Hex BF F1 2A 15 0 53 5 4B 58 37
Octal 277 361 52 25 0 123 5 113 130 67
Binary 10111111 11110001 101010 10101 0 1010011 101 1001011 1011000 110111

Color Harmonies of #BFF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF12A

Black with #BFF12A

Text Example


Text Example

White with #BFF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF12A; }

 p { color: rgb(191,241,42); }

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

background-color css

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

 a { background-color: rgb(191,241,42); }

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

border-color css

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

 span { border-color: rgb(191,241,42); }

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