Html Css Color HEX #BAFD3C Green Yellow

📋 copy color: '#BAFD3C'

red 186 ◦ green 253 ◦ blue 60

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

Shades of Green Yellow #BAFD3C

Tints of Green Yellow #BAFD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.02%

R = 37.27%
G = 50.7%
B = 12.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#BAFD3C (or 0xBAFD3C) is known color: Green Yellow. HEX triplet: BA, FD and 3C. RGB value is (186,253,60). Sum of RGB (Red+Green+Blue) = 186+253+60=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFD3C is #4502C3. Grayscale: #D3D3D3. Windows color (decimal): -4522692 or 3997114. OLE color: 3997114.

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

Color convert

RGB 186 253 60 -
CMYK 0.26 0 0.76 0.01
HSL 80.83º 0.98% 0.61% -
HSV(B) 80.83º 0.76% 0.99% -
XYZ 56.19 81.02 16.95 -
YUV 210.97 42.8 110.19 -
System Red Green Blue C M Y K H S L
Decimal 186 253 60 0.26 0 0.76 0.01 80.83 0.98 0.61
Hex BA FD 3C 1A 0 4C 1 51 62 3D
Octal 272 375 74 32 0 114 1 121 142 75
Binary 10111010 11111101 111100 11010 0 1001100 1 1010001 1100010 111101

Color Harmonies of #BAFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD3C

Black with #BAFD3C

Text Example


Text Example

White with #BAFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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