Html Css Color HEX #BAF538 Green Yellow

📋 copy color: '#BAF538'

red 186 ◦ green 245 ◦ blue 56

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

Shades of Green Yellow #BAF538

Tints of Green Yellow #BAF538

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.31%

 BLUE value IS 56 (22.27% from 255) = 11.5%

R = 38.19%
G = 50.31%
B = 11.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#BAF538 (or 0xBAF538) is known color: Green Yellow. HEX triplet: BA, F5 and 38. RGB value is (186,245,56). Sum of RGB (Red+Green+Blue) = 186+245+56=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF538 is #450AC7. Grayscale: #CECECE. Windows color (decimal): -4524744 or 3732922. OLE color: 3732922.

HSL color Cylindrical-coordinate representation of color #BAF538: hue angle of 78.73º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAF538 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 56 -
CMYK 0.24 0 0.77 0.04
HSL 78.73º 0.9% 0.59% -
HSV(B) 78.73º 0.77% 0.96% -
XYZ 53.62 76.03 15.59 -
YUV 205.81 43.45 113.87 -
System Red Green Blue C M Y K H S L
Decimal 186 245 56 0.24 0 0.77 0.04 78.73 0.9 0.59
Hex BA F5 38 18 0 4D 4 4F 5A 3B
Octal 272 365 70 30 0 115 4 117 132 73
Binary 10111010 11110101 111000 11000 0 1001101 100 1001111 1011010 111011

Color Harmonies of #BAF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF538

Black with #BAF538

Text Example


Text Example

White with #BAF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF538; }

 p { color: rgb(186,245,56); }

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

background-color css

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

 a { background-color: rgb(186,245,56); }

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

border-color css

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

 span { border-color: rgb(186,245,56); }

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