Html Css Color HEX #BAF225 Green Yellow

📋 copy color: '#BAF225'

red 186 ◦ green 242 ◦ blue 37

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

Shades of Green Yellow #BAF225

Tints of Green Yellow #BAF225

RGB

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

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

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

R = 40%
G = 52.04%
B = 7.96%

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

#BAF225 (or 0xBAF225) is known color: Green Yellow. HEX triplet: BA, F2 and 25. RGB value is (186,242,37). Sum of RGB (Red+Green+Blue) = 186+242+37=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF225 is #450DDA. Grayscale: #CACACA. Windows color (decimal): -4525531 or 2486970. OLE color: 2486970.

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

Color convert

RGB 186 242 37 -
CMYK 0.23 0 0.85 0.05
HSL 76.39º 0.89% 0.55% -
HSV(B) 76.39º 0.85% 0.95% -
XYZ 52.34 74.08 13.29 -
YUV 201.89 34.95 116.67 -
System Red Green Blue C M Y K H S L
Decimal 186 242 37 0.23 0 0.85 0.05 76.39 0.89 0.55
Hex BA F2 25 17 0 55 5 4C 59 37
Octal 272 362 45 27 0 125 5 114 131 67
Binary 10111010 11110010 100101 10111 0 1010101 101 1001100 1011001 110111

Color Harmonies of #BAF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF225

Black with #BAF225

Text Example


Text Example

White with #BAF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF225; }

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

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

background-color css

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

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

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

border-color css

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

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

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