Html Css Color HEX #BAF340 Green Yellow

📋 copy color: '#BAF340'

red 186 ◦ green 243 ◦ blue 64

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

Shades of Green Yellow #BAF340

Tints of Green Yellow #BAF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.29%

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

R = 37.73%
G = 49.29%
B = 12.98%

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

#BAF340 (or 0xBAF340) is known color: Green Yellow. HEX triplet: BA, F3 and 40. RGB value is (186,243,64). Sum of RGB (Red+Green+Blue) = 186+243+64=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF340 is #450CBF. Grayscale: #CECECE. Windows color (decimal): -4525248 or 4256698. OLE color: 4256698.

HSL color Cylindrical-coordinate representation of color #BAF340: hue angle of 79.11º degrees, saturation: 0.88, 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 #BAF340 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 64 -
CMYK 0.23 0 0.74 0.05
HSL 79.11º 0.88% 0.6% -
HSV(B) 79.11º 0.74% 0.95% -
XYZ 53.23 74.91 16.5 -
YUV 205.55 48.12 114.05 -
System Red Green Blue C M Y K H S L
Decimal 186 243 64 0.23 0 0.74 0.05 79.11 0.88 0.6
Hex BA F3 40 17 0 4A 5 4F 58 3C
Octal 272 363 100 27 0 112 5 117 130 74
Binary 10111010 11110011 1000000 10111 0 1001010 101 1001111 1011000 111100

Color Harmonies of #BAF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF340

Black with #BAF340

Text Example


Text Example

White with #BAF340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF340; }

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

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

background-color css

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

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

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

border-color css

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

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

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