Html Css Color HEX #BAF240 Green Yellow

📋 copy color: '#BAF240'

red 186 ◦ green 242 ◦ blue 64

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

Shades of Green Yellow #BAF240

Tints of Green Yellow #BAF240

RGB

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

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

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

R = 37.8%
G = 49.19%
B = 13.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#BAF240 (or 0xBAF240) is known color: Green Yellow. HEX triplet: BA, F2 and 40. RGB value is (186,242,64). Sum of RGB (Red+Green+Blue) = 186+242+64=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF240 is #450DBF. Grayscale: #CDCDCD. Windows color (decimal): -4525504 or 4256442. OLE color: 4256442.

HSL color Cylindrical-coordinate representation of color #BAF240: hue angle of 78.88º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAF240 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 64 -
CMYK 0.23 0 0.74 0.05
HSL 78.88º 0.87% 0.6% -
HSV(B) 78.88º 0.74% 0.95% -
XYZ 52.93 74.31 16.4 -
YUV 204.96 48.45 114.47 -
System Red Green Blue C M Y K H S L
Decimal 186 242 64 0.23 0 0.74 0.05 78.88 0.87 0.6
Hex BA F2 40 17 0 4A 5 4F 57 3C
Octal 272 362 100 27 0 112 5 117 127 74
Binary 10111010 11110010 1000000 10111 0 1001010 101 1001111 1010111 111100

Color Harmonies of #BAF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF240

Black with #BAF240

Text Example


Text Example

White with #BAF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF240; }

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

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

background-color css

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

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

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

border-color css

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

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

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