Html Css Color HEX #BAF842 Green Yellow

📋 copy color: '#BAF842'

red 186 ◦ green 248 ◦ blue 66

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

Shades of Green Yellow #BAF842

Tints of Green Yellow #BAF842

RGB

 RED value IS 186 (73.05% from 255) = 37.2%

 GREEN value IS 248 (97.27% from 255) = 49.6%

 BLUE value IS 66 (26.17% from 255) = 13.2%

R = 37.2%
G = 49.6%
B = 13.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#BAF842 (or 0xBAF842) is known color: Green Yellow. HEX triplet: BA, F8 and 42. RGB value is (186,248,66). Sum of RGB (Red+Green+Blue) = 186+248+66=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF842 is #4507BD. Grayscale: #D1D1D1. Windows color (decimal): -4523966 or 4389050. OLE color: 4389050.

HSL color Cylindrical-coordinate representation of color #BAF842: hue angle of 80.44º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF842 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 66 -
CMYK 0.25 0 0.73 0.03
HSL 80.44º 0.93% 0.62% -
HSV(B) 80.44º 0.73% 0.97% -
XYZ 54.8 77.97 17.32 -
YUV 208.71 47.46 111.8 -
System Red Green Blue C M Y K H S L
Decimal 186 248 66 0.25 0 0.73 0.03 80.44 0.93 0.62
Hex BA F8 42 19 0 49 3 50 5D 3E
Octal 272 370 102 31 0 111 3 120 135 76
Binary 10111010 11111000 1000010 11001 0 1001001 11 1010000 1011101 111110

Color Harmonies of #BAF842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF842

Black with #BAF842

Text Example


Text Example

White with #BAF842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF842; }

 p { color: rgb(186,248,66); }

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

background-color css

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

 a { background-color: rgb(186,248,66); }

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

border-color css

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

 span { border-color: rgb(186,248,66); }

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