Html Css Color HEX #BAFB4C Green Yellow

📋 copy color: '#BAFB4C'

red 186 ◦ green 251 ◦ blue 76

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

Shades of Green Yellow #BAFB4C

Tints of Green Yellow #BAFB4C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

 BLUE value IS 76 (30.08% from 255) = 14.81%

R = 36.26%
G = 48.93%
B = 14.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#BAFB4C (or 0xBAFB4C) is known color: Green Yellow. HEX triplet: BA, FB and 4C. RGB value is (186,251,76). Sum of RGB (Red+Green+Blue) = 186+251+76=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFB4C is #4504B3. Grayscale: #D4D4D4. Windows color (decimal): -4523188 or 5045178. OLE color: 5045178.

HSL color Cylindrical-coordinate representation of color #BAFB4C: hue angle of 82.29º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAFB4C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 76 -
CMYK 0.26 0 0.70 0.02
HSL 82.29º 0.96% 0.64% -
HSV(B) 82.29º 0.7% 0.98% -
XYZ 56.05 79.96 19.32 -
YUV 211.62 51.47 109.73 -
System Red Green Blue C M Y K H S L
Decimal 186 251 76 0.26 0 0.70 0.02 82.29 0.96 0.64
Hex BA FB 4C 1A 0 46 2 52 60 40
Octal 272 373 114 32 0 106 2 122 140 100
Binary 10111010 11111011 1001100 11010 0 1000110 10 1010010 1100000 1000000

Color Harmonies of #BAFB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFB4C

Black with #BAFB4C

Text Example


Text Example

White with #BAFB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFB4C; }

 p { color: rgb(186,251,76); }

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

background-color css

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

 a { background-color: rgb(186,251,76); }

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

border-color css

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

 span { border-color: rgb(186,251,76); }

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