Html Css Color HEX #BAFD1C Green Yellow

📋 copy color: '#BAFD1C'

red 186 ◦ green 253 ◦ blue 28

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

Shades of Green Yellow #BAFD1C

Tints of Green Yellow #BAFD1C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.18%

 BLUE value IS 28 (11.33% from 255) = 6%

R = 39.83%
G = 54.18%
B = 6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#BAFD1C (or 0xBAFD1C) is known color: Green Yellow. HEX triplet: BA, FD and 1C. RGB value is (186,253,28). Sum of RGB (Red+Green+Blue) = 186+253+28=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFD1C is #4502E3. Grayscale: #D0D0D0. Windows color (decimal): -4522724 or 1899962. OLE color: 1899962.

HSL color Cylindrical-coordinate representation of color #BAFD1C: hue angle of 77.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAFD1C is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 28 -
CMYK 0.26 0 0.89 0.01
HSL 77.87º 0.98% 0.55% -
HSV(B) 77.87º 0.89% 0.99% -
XYZ 55.58 80.77 13.76 -
YUV 207.32 26.8 112.8 -
System Red Green Blue C M Y K H S L
Decimal 186 253 28 0.26 0 0.89 0.01 77.87 0.98 0.55
Hex BA FD 1C 1A 0 59 1 4E 62 37
Octal 272 375 34 32 0 131 1 116 142 67
Binary 10111010 11111101 11100 11010 0 1011001 1 1001110 1100010 110111

Color Harmonies of #BAFD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD1C

Black with #BAFD1C

Text Example


Text Example

White with #BAFD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD1C; }

 p { color: rgb(186,253,28); }

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

background-color css

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

 a { background-color: rgb(186,253,28); }

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

border-color css

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

 span { border-color: rgb(186,253,28); }

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