Html Css Color HEX #BAF236 Green Yellow

📋 copy color: '#BAF236'

red 186 ◦ green 242 ◦ blue 54

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

Shades of Green Yellow #BAF236

Tints of Green Yellow #BAF236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.2%

R = 38.59%
G = 50.21%
B = 11.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#BAF236 (or 0xBAF236) is known color: Green Yellow. HEX triplet: BA, F2 and 36. RGB value is (186,242,54). Sum of RGB (Red+Green+Blue) = 186+242+54=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF236 is #450DC9. Grayscale: #CCCCCC. Windows color (decimal): -4525514 or 3601082. OLE color: 3601082.

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

Color convert

RGB 186 242 54 -
CMYK 0.23 0 0.78 0.05
HSL 77.87º 0.88% 0.58% -
HSV(B) 77.87º 0.78% 0.95% -
XYZ 52.67 74.21 15.04 -
YUV 203.82 43.45 115.29 -
System Red Green Blue C M Y K H S L
Decimal 186 242 54 0.23 0 0.78 0.05 77.87 0.88 0.58
Hex BA F2 36 17 0 4E 5 4E 58 3A
Octal 272 362 66 27 0 116 5 116 130 72
Binary 10111010 11110010 110110 10111 0 1001110 101 1001110 1011000 111010

Color Harmonies of #BAF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF236

Black with #BAF236

Text Example


Text Example

White with #BAF236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF236; }

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

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

background-color css

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

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

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

border-color css

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

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

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