Html Css Color HEX #BAF237 Green Yellow

📋 copy color: '#BAF237'

red 186 ◦ green 242 ◦ blue 55

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

Shades of Green Yellow #BAF237

Tints of Green Yellow #BAF237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.39%

R = 38.51%
G = 50.1%
B = 11.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#BAF237 (or 0xBAF237) is known color: Green Yellow. HEX triplet: BA, F2 and 37. RGB value is (186,242,55). Sum of RGB (Red+Green+Blue) = 186+242+55=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF237 is #450DC8. Grayscale: #CCCCCC. Windows color (decimal): -4525513 or 3666618. OLE color: 3666618.

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

Color convert

RGB 186 242 55 -
CMYK 0.23 0 0.77 0.05
HSL 77.97º 0.88% 0.58% -
HSV(B) 77.97º 0.77% 0.95% -
XYZ 52.69 74.22 15.16 -
YUV 203.94 43.95 115.21 -
System Red Green Blue C M Y K H S L
Decimal 186 242 55 0.23 0 0.77 0.05 77.97 0.88 0.58
Hex BA F2 37 17 0 4D 5 4E 58 3A
Octal 272 362 67 27 0 115 5 116 130 72
Binary 10111010 11110010 110111 10111 0 1001101 101 1001110 1011000 111010

Color Harmonies of #BAF237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF237

Black with #BAF237

Text Example


Text Example

White with #BAF237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF237; }

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

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

background-color css

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

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

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

border-color css

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

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

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