Html Css Color HEX #BAEF32 Green Yellow

📋 copy color: '#BAEF32'

red 186 ◦ green 239 ◦ blue 50

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

Shades of Green Yellow #BAEF32

Tints of Green Yellow #BAEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.32%

 BLUE value IS 50 (19.92% from 255) = 10.53%

R = 39.16%
G = 50.32%
B = 10.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#BAEF32 (or 0xBAEF32) is known color: Green Yellow. HEX triplet: BA, EF and 32. RGB value is (186,239,50). Sum of RGB (Red+Green+Blue) = 186+239+50=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEF32 is #4510CD. Grayscale: #CACACA. Windows color (decimal): -4526286 or 3338170. OLE color: 3338170.

HSL color Cylindrical-coordinate representation of color #BAEF32: hue angle of 76.83º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAEF32 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 50 -
CMYK 0.22 0 0.79 0.06
HSL 76.83º 0.86% 0.57% -
HSV(B) 76.83º 0.79% 0.94% -
XYZ 51.69 72.4 14.27 -
YUV 201.61 42.44 116.87 -
System Red Green Blue C M Y K H S L
Decimal 186 239 50 0.22 0 0.79 0.06 76.83 0.86 0.57
Hex BA EF 32 16 0 4F 6 4D 56 39
Octal 272 357 62 26 0 117 6 115 126 71
Binary 10111010 11101111 110010 10110 0 1001111 110 1001101 1010110 111001

Color Harmonies of #BAEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEF32

Black with #BAEF32

Text Example


Text Example

White with #BAEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEF32; }

 p { color: rgb(186,239,50); }

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

background-color css

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

 a { background-color: rgb(186,239,50); }

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

border-color css

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

 span { border-color: rgb(186,239,50); }

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