Html Css Color HEX #BAF540 Green Yellow

📋 copy color: '#BAF540'

red 186 ◦ green 245 ◦ blue 64

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

Shades of Green Yellow #BAF540

Tints of Green Yellow #BAF540

RGB

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

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

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

R = 37.58%
G = 49.49%
B = 12.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#BAF540 (or 0xBAF540) is known color: Green Yellow. HEX triplet: BA, F5 and 40. RGB value is (186,245,64). Sum of RGB (Red+Green+Blue) = 186+245+64=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF540 is #450ABF. Grayscale: #CFCFCF. Windows color (decimal): -4524736 or 4257210. OLE color: 4257210.

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

Color convert

RGB 186 245 64 -
CMYK 0.24 0 0.74 0.04
HSL 79.56º 0.9% 0.61% -
HSV(B) 79.56º 0.74% 0.96% -
XYZ 53.83 76.11 16.7 -
YUV 206.73 47.45 113.22 -
System Red Green Blue C M Y K H S L
Decimal 186 245 64 0.24 0 0.74 0.04 79.56 0.9 0.61
Hex BA F5 40 18 0 4A 4 50 5A 3D
Octal 272 365 100 30 0 112 4 120 132 75
Binary 10111010 11110101 1000000 11000 0 1001010 100 1010000 1011010 111101

Color Harmonies of #BAF540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF540

Black with #BAF540

Text Example


Text Example

White with #BAF540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF540; }

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

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

background-color css

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

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

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

border-color css

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

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

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