Html Css Color HEX #BAF325 Green Yellow

📋 copy color: '#BAF325'

red 186 ◦ green 243 ◦ blue 37

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

Shades of Green Yellow #BAF325

Tints of Green Yellow #BAF325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.94%

R = 39.91%
G = 52.15%
B = 7.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#BAF325 (or 0xBAF325) is known color: Green Yellow. HEX triplet: BA, F3 and 25. RGB value is (186,243,37). Sum of RGB (Red+Green+Blue) = 186+243+37=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF325 is #450CDA. Grayscale: #CBCBCB. Windows color (decimal): -4525275 or 2487226. OLE color: 2487226.

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

Color convert

RGB 186 243 37 -
CMYK 0.23 0 0.85 0.05
HSL 76.6º 0.9% 0.55% -
HSV(B) 76.6º 0.85% 0.95% -
XYZ 52.63 74.67 13.39 -
YUV 202.47 34.62 116.25 -
System Red Green Blue C M Y K H S L
Decimal 186 243 37 0.23 0 0.85 0.05 76.6 0.9 0.55
Hex BA F3 25 17 0 55 5 4D 5A 37
Octal 272 363 45 27 0 125 5 115 132 67
Binary 10111010 11110011 100101 10111 0 1010101 101 1001101 1011010 110111

Color Harmonies of #BAF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF325

Black with #BAF325

Text Example


Text Example

White with #BAF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF325; }

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

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

background-color css

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

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

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

border-color css

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

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

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